Add gparted and filelight packages
This commit is contained in:
@@ -11,5 +11,8 @@
|
|||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_CA
|
hunspellDicts.en_CA
|
||||||
|
|
||||||
|
# System tools
|
||||||
|
gparted
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
6
home/desktop/kde/default.nix
Normal file
6
home/desktop/kde/default.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# KDE specific packages
|
||||||
|
filelight
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user