Skip to content

Commit

Permalink
Use latest kernel + add back steam
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 30, 2024
1 parent b378c39 commit b5dff8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
consoleLogLevel = 0;
initrd.verbose = false;

kernelPackages = pkgs.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;
grub = {
Expand Down Expand Up @@ -95,6 +96,8 @@
enable = true;
libraries = [ pkgs.glibc ];
};

steam.enable = true;
};

security.rtkit.enable = true;
Expand Down

0 comments on commit b5dff8e

Please sign in to comment.