fix some h-m things
This commit is contained in:
parent
db160bf925
commit
bbc6be208e
4 changed files with 9 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
inputs.nur.overlay
|
||||
#inputs.nur.overlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
|
|
@ -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
|
||||
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue