moved filelight to extra pkgs of plasma

This commit is contained in:
Sven Vogel 2023-12-22 19:15:23 +01:00
parent 690823d2cd
commit a076aba69f
2 changed files with 4 additions and 8 deletions

View File

@ -58,16 +58,8 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = (with pkgs; [
distrobox
go
nodejs
sass
devbox
filelight
ffmpeg-full
openssl
imagemagick

View File

@ -23,4 +23,8 @@ in
programs.dconf.enable = settings.plasma5.dconf;
programs.xwayland.enable = settings.plasma5.xwayland;
environment.systemPackages = (with pkgs; [
filelight
])
}