This commit is contained in:
Joe Frikker
2026-03-13 12:38:40 -04:00
parent 42b603f877
commit e37bd642bb
3 changed files with 22 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";