summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index 4319422..20a7d77 100644
--- a/common.nix
+++ b/common.nix
@@ -25,9 +25,8 @@ in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment?
- # use the latest kernel with bcachefs
+ # use the latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
- boot.supportedFilesystems = [ "bcachefs" ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@@ -127,7 +126,7 @@ in
console.useXkbConfig = true;
# enable the KDE Plasma Desktop Environment
- services.xserver.desktopManager.plasma6.enable = true;
+ services.desktopManager.plasma6.enable = true;
# greetd console display manager
services.greetd = {