move xinitrc file creation only if x11 if active

This commit is contained in:
2025-02-12 16:43:29 +01:00
parent 5c23caf62c
commit f7fd642cc7
3 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,7 @@
};
config = lib.mkIf config.mods.x11.enable {
home.file.".xinitrc".text = "exec bspwm";
home.packages = with pkgs; [
nitrogen
numlockx