chore: fix some package names
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-07 17:10:17 -04:00
parent 7a78e34479
commit de44eef38d
2 changed files with 4 additions and 5 deletions

View file

@ -26,7 +26,9 @@ in {
}; };
home-manager.users.${mainUser}.home.packages = with pkgs; home-manager.users.${mainUser}.home.packages = with pkgs;
[] [
gnome-calculator
]
++ (with kdePackages; [ ++ (with kdePackages; [
kde-cli-tools kde-cli-tools
]) ])
@ -45,8 +47,5 @@ in {
kio-admin # needs to be both here and in system pkgs kio-admin # needs to be both here and in system pkgs
kio-extras kio-extras
kmime kmime
])
++ (with gnome; [
gnome-calculator
]); ]);
} }

View file

@ -78,7 +78,7 @@ in {
home-manager.users.${cfg.user} = { home-manager.users.${cfg.user} = {
home.packages = [ home.packages = [
pkgs.gnome.seahorse pkgs.seahorse
lockPkg lockPkg
]; ];