Compare commits

..

No commits in common. "3ad195d43343dc84aa811c2f5426c161174e5a75" and "68903bee2b63ff7bad18259ffb174c5f1d5b5205" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

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

View file

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