moved filelight to extra pkgs of plasma
This commit is contained in:
parent
690823d2cd
commit
a076aba69f
|
@ -58,16 +58,8 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = (with pkgs; [
|
environment.systemPackages = (with pkgs; [
|
||||||
distrobox
|
|
||||||
|
|
||||||
go
|
|
||||||
|
|
||||||
nodejs
|
|
||||||
|
|
||||||
sass
|
|
||||||
|
|
||||||
devbox
|
devbox
|
||||||
filelight
|
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
openssl
|
openssl
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
@ -23,4 +23,8 @@ in
|
||||||
|
|
||||||
programs.dconf.enable = settings.plasma5.dconf;
|
programs.dconf.enable = settings.plasma5.dconf;
|
||||||
programs.xwayland.enable = settings.plasma5.xwayland;
|
programs.xwayland.enable = settings.plasma5.xwayland;
|
||||||
|
|
||||||
|
environment.systemPackages = (with pkgs; [
|
||||||
|
filelight
|
||||||
|
])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue