feat: use home manager to install insed of home.packages
This commit is contained in:
parent
42a35c9cf0
commit
96d7683ff2
4 changed files with 12 additions and 11 deletions
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
config = lib.mkIf config.crony.desktop.enable {
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
vesktop
|
||||
piper
|
||||
galaxy-buds-client
|
||||
nicotine-plus
|
||||
|
|
@ -21,6 +19,12 @@
|
|||
cameractrls-gtk4
|
||||
];
|
||||
|
||||
# Install keepassxc
|
||||
programs.keepassxc.enable = true;
|
||||
|
||||
# Install vesktop
|
||||
programs.vesktop.enable = true;
|
||||
|
||||
# Install thunderbird
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue