fixing for desktop module

This commit is contained in:
Chris Cochrun 2023-01-06 12:12:04 -06:00
parent 3dd5be038f
commit 41741fc026

View file

@ -10,12 +10,6 @@
../../modules/desktop.nix
];
nix = {
extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixVersions.unstable;
};
# Use the systemd-boot EFI boot loader.
boot = {
kernelPackages = pkgs.linuxPackages_zen;