Compare commits

..

2 commits

Author SHA1 Message Date
c68fcdbf2f nijika: turn into a desktop system
enables kde aswell as both chromium and firefox. and gaming apps
2025-06-05 21:59:43 +10:00
f4e87af056 kde: enable more of the default applications 2025-06-05 21:59:43 +10:00
2 changed files with 17 additions and 11 deletions

View file

@ -21,6 +21,15 @@
modules = [
./hosts/nixos-common.nix
./modules/desktop/default.nix
./modules/desktop/de/kde.nix
./modules/desktop/de/hyprland.nix
./modules/desktop/login/sddm.nix
./modules/browser/firefox.nix
./modules/browser/chromium.nix
./modules/applications/default.nix
./modules/games/linux.nix
./modules/nix/linux.nix
./modules/shell.nix

View file

@ -4,26 +4,23 @@
services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole
(lib.getBin qttools) # Expose qdbus in PATH
ark
elisa
gwenview
okular
kate
khelpcenter
#dolphin
baloo-widgets # baloo information in Dolphin
dolphin-plugins
spectacle
ffmpegthumbs
krdp
gwenview
#xwaylandvideobridge
# dolphin
# spectacle
# xwaylandvideobridge
# kate
# gwenview
# ark
# plasma-browser-integration
];
}