From 49fbb96f88074840b3294f631d64ce20e9de8c9c Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 18 Oct 2024 17:59:17 +0200 Subject: [PATCH] fix laptop config --- homes/laptop/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; + }; }