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

6
flake.lock generated
View file

@ -77,11 +77,11 @@
]
},
"locked": {
"lastModified": 1703649338,
"narHash": "sha256-n2MkBotGgTQsfB+wH09R+otBwYCvGCsnHX7eUMGkKL0=",
"lastModified": 1703887437,
"narHash": "sha256-awkp9jyXf8aV9eDWhLdKUqUdg9HfZKe0NdQebSiC0VA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "8a8321271f0835fae2cb195e1137cb381fdbcc8e",
"rev": "0a3afdc60042d8e1c2deb63bdfa017acc424a397",
"type": "github"
},
"original": {

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
];
};
}

View file

@ -16,5 +16,6 @@
htop
neofetch
xclip
keepassxc
];
}