Xinitrc fix

This commit is contained in:
FredzyW 2024-06-20 21:58:04 +02:00
parent 629e6b7acc
commit ca2e3aea25

View file

@ -183,7 +183,7 @@
programs.fish.enable = true; programs.fish.enable = true;
xsession.enable = true; xsession.enable = true;
xsession.windowManager.command = "/home/fw/nix/.xinitrc"; xsession.windowManager.command = if myhostname == "laptop" then "/home/fw/nix/.xinitrc.laptop" else "/home/fw/nix/.xinitrc";
home.username = "fw"; home.username = "fw";
home.homeDirectory = "/home/fw"; home.homeDirectory = "/home/fw";