This commit is contained in:
41666 2024-01-25 20:51:11 -05:00
parent 7dc9d5ea99
commit fcb518e619
6 changed files with 86 additions and 122 deletions

View file

@ -9,7 +9,6 @@ in
];
programs.nheko.enable = true;
#services.gnome-keyring.enable = true;
home = {
inherit homeDirectory;
@ -18,7 +17,6 @@ in
packages = with pkgs; [
profanity
gomuks
];
};
}