This commit is contained in:
2024-10-20 13:08:58 -04:00
parent 2981b0bf7e
commit 1ba1355745
5 changed files with 26 additions and 45 deletions

View File

@@ -2,7 +2,8 @@
description = "My nixOS flake for home-manager";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/master";
home-manager = {
url = "github:nix-community/home-manager";