all repos — dotfiles @ ae310e4781a30287d3e01a0a1431ffd9d1eb38a3

my *nix dotfiles

nix/darwin: enable nix-your-shell
Anirudh Oppiliappan x@icyphox.sh
Mon, 12 Aug 2024 11:03:05 +0300
commit

ae310e4781a30287d3e01a0a1431ffd9d1eb38a3

parent

ba95ec38a62cb8b99188e5b644144d86c27cf6a3

3 files changed, 5 insertions(+), 3 deletions(-)

jump to
M darwin/home.nixdarwin/home.nix

@@ -39,5 +39,6 @@

go gopls gotools + nix-your-shell ] ++ (import ../bin { inherit pkgs host; }); }
M flake.lockflake.lock

@@ -177,11 +177,11 @@ }

}, "nixpkgs": { "locked": { - "lastModified": 1722421184, - "narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=", + "lastModified": 1723175592, + "narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58", + "rev": "5e0ca22929f3342b19569b21b2f3462f053e497b", "type": "github" }, "original": {
M flake.nixflake.nix

@@ -82,6 +82,7 @@ modules = [

{ imports = [ ./hosts/kvothe/configuration.nix ]; _module.args.self = self; + nixpkgs.overlays = [ nix-your-shell.overlays.default ]; } home-manager.darwinModules.home-manager {