Compare commits

...

2 commits

Author SHA1 Message Date
3ad195d433
chore: add wine as dep of audio-prod 2024-10-16 14:51:02 -07:00
572ae053ab
fix: correctly autostart kitty 2024-10-16 14:49:43 -07:00
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
{ pkgs, ... }:
{
imports = [
../wine
];
environment.systemPackages = with pkgs; [
reaper
yabridge

View file

@ -19,7 +19,7 @@
settings = {
exec-once = [
"${pkgs.waypaper}/bin/waypaper --restore"
"[workspace silent 2]${pkgs.kitty}/bin/kitty"
"[workspace 2 silent] ${pkgs.kitty}/bin/kitty"
];
"$mod" = "SUPER";
"$Left" = "H";