replace plasma with gnome on laptop

This commit is contained in:
wi11-holdsworth 2025-07-31 08:32:33 +10:00
parent a676409afd
commit f7104f4bce
4 changed files with 75 additions and 23 deletions

View file

@ -11,29 +11,21 @@ in
config = lib.mkIf config.${feature}.enable {
pipewire.enable = true;
print-and-scan.enable = true;
plasma.enable = true;
environment.systemPackages =
with pkgs;
[
beeper
brave
calibre
cameractrls-gtk3
firefox
jellyfin-media-player
kiwix
libreoffice
nixfmt-rfc-style
obsidian
vlc
vscode
]
++ (with pkgs.kdePackages; [
skanlite
ktorrent
kzones
]);
environment.systemPackages = with pkgs; [
beeper
brave
calibre
cameractrls-gtk3
firefox
jellyfin-media-player
kiwix
libreoffice
nixfmt-rfc-style
obsidian
vlc
vscode
];
};
imports = [ ];