chore: fix some package names
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
7a78e34479
commit
de44eef38d
2 changed files with 4 additions and 5 deletions
|
@ -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
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue