Xinitrc fix
This commit is contained in:
parent
629e6b7acc
commit
ca2e3aea25
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue