Initial commit
This commit is contained in:
10
modules/desktop/home/packages.nix
Normal file
10
modules/desktop/home/packages.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gimp
|
||||
vlc
|
||||
kitty
|
||||
kdePackages.kdeconnect-kde
|
||||
kdePackages.kcalc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user