Hoping this fixes nvidia issues

This commit is contained in:
jopejoe1 2023-02-24 16:03:52 +01:00
parent f2bb64a089
commit 4016b181b0
7 changed files with 11 additions and 13 deletions

View file

@ -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;
};
}

View file

@ -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 = {

View file

@ -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;
};
}

View file

@ -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 = {