mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
Hoping this fixes nvidia issues
This commit is contained in:
parent
f2bb64a089
commit
4016b181b0
7 changed files with 11 additions and 13 deletions
|
@ -22,11 +22,11 @@ in
|
|||
kate
|
||||
carla
|
||||
xdg-ninja
|
||||
prismlauncher
|
||||
ark
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.jopejoe1 = import ./home.nix;
|
||||
home-manager.users.jopejoe1.home.stateVersion = config.system.stateVersion;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
XCOMPOSECACHE = "${config.xdg.cacheHome}/X11/xcompos";
|
||||
XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority";
|
||||
};
|
||||
|
||||
# Do not change this version unless 100% sure updatet evrything to the new version
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
accounts.email.accounts = {
|
||||
|
|
|
@ -12,5 +12,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
home-manager.users.root = import ./home.nix;
|
||||
home-manager.users.root.home.stateVersion = config.system.stateVersion;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
XCOMPOSECACHE = "${config.xdg.cacheHome}/X11/xcompos";
|
||||
XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority";
|
||||
};
|
||||
|
||||
# Do not change this version unless 100% sure updatet evrything to the new version
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue