chore: Upgrade to 24.11
This commit is contained in:
parent
c416cbaab9
commit
01ce208be9
6 changed files with 13 additions and 12 deletions
|
@ -101,11 +101,9 @@ in {
|
|||
dejavu_fonts
|
||||
font-awesome
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
source-han-sans
|
||||
source-han-sans-japanese
|
||||
source-han-serif-japanese
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
|
|
@ -37,9 +37,8 @@ in {
|
|||
# };
|
||||
|
||||
hardware = {
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ in {
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@ in {
|
|||
enable = true;
|
||||
# Because these are made for development purposes and not for servers
|
||||
enableOnBoot = false;
|
||||
|
||||
daemon.settings.features.cdi = true;
|
||||
};
|
||||
|
||||
# Updated version of deprecated enableNvidia.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue