mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fix home-manager being gc'd and adds x11/xdg optimizations
This commit is contained in:
parent
eff191f7cf
commit
0ddac86a69
2 changed files with 10 additions and 1 deletions
|
@ -13,13 +13,13 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
xkbOptions = "caps:escape";
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
};
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
defaultSession = "none+xmonad";
|
||||
sessionCommands = ''
|
||||
xset -dpms
|
||||
xset s blank
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue