me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

use nightly home manager

author
Sean Aye
date (Jul 14, 2025, 11:02 AM -0400) commit 95e30a92 parent 9fbb498c change-id vkoyptnz
+5 -5
+4 -4
flake.lock
··· 25 25 ] 26 26 }, 27 27 "locked": { 28 - "lastModified": 1752391422, 29 - "narHash": "sha256-ReX0NG6nIAEtQQjLqeu1vUU2jjZuMlpymNtb4VQYeus=", 28 + "lastModified": 1752449767, 29 + "narHash": "sha256-P8mQIrgIImASTlNkHPfKwGTmyZgku8EUt6cF52s3N/Y=", 30 30 "owner": "nix-community", 31 31 "repo": "home-manager", 32 - "rev": "c26266790678863cce8e7460fdbf0d80991b1906", 32 + "rev": "1a4d8ffd320c2393b72e7ebc5b647122d5703056", 33 33 "type": "github" 34 34 }, 35 35 "original": { 36 36 "owner": "nix-community", 37 - "ref": "release-25.05", 37 + "ref": "master", 38 38 "repo": "home-manager", 39 39 "type": "github" 40 40 }
+1 -1
flake.nix
··· 7 7 8 8 # Home Manager 9 9 home-manager = { 10 - url = "github:nix-community/home-manager/release-25.05"; 10 + url = "github:nix-community/home-manager/master"; 11 11 inputs.nixpkgs.follows = "nixpkgs"; # Ensures Home Manager uses the same nixpkgs 12 12 }; 13 13 catppuccin.url = "github:catppuccin/nix";