diff --git a/homes/laptop/home.nix b/homes/laptop/home.nix index ac3638c..86a3022 100644 --- a/homes/laptop/home.nix +++ b/homes/laptop/home.nix @@ -3,13 +3,12 @@ { imports = [ ../modules/game.nix - ./bspwm.nix ]; programs.alacritty.settings.font.size = 8; home.file = { ".config/bspwm/host.sh".source = ./bspwm/host.sh; - ".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh; - } +# ".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh; + }; }