move xinitrc file creation only if x11 if active
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
};
|
||||
|
||||
config = lib.mkIf config.mods.x11.enable {
|
||||
home.file.".xinitrc".text = "exec bspwm";
|
||||
home.packages = with pkgs; [
|
||||
nitrogen
|
||||
numlockx
|
||||
|
Reference in New Issue
Block a user