diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
| commit | 0785f0c5d36e442a7d65a5e35378c09903d39211 (patch) | |
| tree | 885a3561a58f4d2beee5355a0ae0adf034771dd5 /modules/desktop/common.nix | |
| parent | ff05ad9be1e136fc8eb3f7904739be97cca51ce9 (diff) | |
Add KDE properly and fix live-cd
Diffstat (limited to 'modules/desktop/common.nix')
| -rw-r--r-- | modules/desktop/common.nix | 8 |
1 files changed, 3 insertions, 5 deletions
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 = { |
