From 0785f0c5d36e442a7d65a5e35378c09903d39211 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Tue, 28 Apr 2026 20:15:33 +0200 Subject: Add KDE properly and fix live-cd --- modules/desktop/common.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules/desktop/common.nix') diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 2632a19..09b86cc 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -12,7 +12,7 @@ dconf.enable = true; thunar = { enable = true; - plugins = with pkgs.xfce; [ + plugins = with pkgs; [ thunar-archive-plugin thunar-media-tags-plugin thunar-volman @@ -20,15 +20,14 @@ }; }; + # Stuff that is useful for desktop environments. environment.systemPackages = with pkgs; [ xdg-user-dirs zathura - sioyek vlc mpv gparted kitty - # qalculate networkmanagerapplet (catppuccin-sddm.override { flavor = "mocha"; @@ -38,8 +37,6 @@ background = "${../sddm_bg.png}"; loginBackground = true; }) - # disabled because it imports a unsafe package - # surf # A basic browser in case we don't want to import a larger browser ]; # Enable CUPS to print documents. @@ -49,6 +46,7 @@ services.libinput.enable = true; services = { + # TODO: Make it so bluetooth and audio are also toggleable. blueman.enable = true; # Enable sound pipewire = { -- cgit v1.3.1