fix some h-m things

This commit is contained in:
41666 2023-12-30 03:15:32 -05:00
parent db160bf925
commit bbc6be208e
4 changed files with 9 additions and 5 deletions

View file

@ -16,7 +16,7 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.nur.overlay
#inputs.nur.overlay
];
config = {
allowUnfree = true;

View file

@ -8,6 +8,9 @@ in
#../../features/spotify.nix
];
programs.nheko.enable = true;
#services.gnome-keyring.enable = true;
home = {
inherit homeDirectory;
username = "noe";
@ -15,7 +18,7 @@ in
packages = with pkgs; [
profanity
gomuks
cinny-desktop
];
};
}