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": { "locked": {
"lastModified": 1703649338, "lastModified": 1703887437,
"narHash": "sha256-n2MkBotGgTQsfB+wH09R+otBwYCvGCsnHX7eUMGkKL0=", "narHash": "sha256-awkp9jyXf8aV9eDWhLdKUqUdg9HfZKe0NdQebSiC0VA=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "8a8321271f0835fae2cb195e1137cb381fdbcc8e", "rev": "0a3afdc60042d8e1c2deb63bdfa017acc424a397",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

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

View file

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