fix laptop config
This commit is contained in:
@ -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;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user