fix laptop config

This commit is contained in:
2024-10-18 17:59:17 +02:00
parent 01b5d55c3b
commit 49fbb96f88

View File

@ -3,13 +3,12 @@
{ {
imports = [ imports = [
../modules/game.nix ../modules/game.nix
./bspwm.nix
]; ];
programs.alacritty.settings.font.size = 8; programs.alacritty.settings.font.size = 8;
home.file = { home.file = {
".config/bspwm/host.sh".source = ./bspwm/host.sh; ".config/bspwm/host.sh".source = ./bspwm/host.sh;
".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh; # ".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh;
} };
} }