Compare commits
No commits in common. "c68fcdbf2febd30a1e5e4d9c0ba918da3d093972" and "26a64fb0db0269e91d71f7f12bf4b440f8ebd913" have entirely different histories.
c68fcdbf2f
...
26a64fb0db
2 changed files with 11 additions and 17 deletions
|
|
@ -21,15 +21,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/nixos-common.nix
|
./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/nix/linux.nix
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,23 +4,26 @@
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
plasma-browser-integration
|
||||||
konsole
|
konsole
|
||||||
(lib.getBin qttools) # Expose qdbus in PATH
|
(lib.getBin qttools) # Expose qdbus in PATH
|
||||||
|
ark
|
||||||
elisa
|
elisa
|
||||||
|
gwenview
|
||||||
okular
|
okular
|
||||||
|
kate
|
||||||
khelpcenter
|
khelpcenter
|
||||||
|
#dolphin
|
||||||
baloo-widgets # baloo information in Dolphin
|
baloo-widgets # baloo information in Dolphin
|
||||||
dolphin-plugins
|
dolphin-plugins
|
||||||
|
spectacle
|
||||||
ffmpegthumbs
|
ffmpegthumbs
|
||||||
krdp
|
krdp
|
||||||
|
|
||||||
gwenview
|
gwenview
|
||||||
# dolphin
|
|
||||||
# spectacle
|
|
||||||
#xwaylandvideobridge
|
#xwaylandvideobridge
|
||||||
# kate
|
|
||||||
# gwenview
|
|
||||||
# ark
|
|
||||||
# plasma-browser-integration
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue