mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
let home manager follow nixpkgs
I have no clue what that means tbh
This commit is contained in:
parent
40a3a625d5
commit
f85c5de8b7
2 changed files with 9 additions and 22 deletions
|
@ -3,6 +3,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixos-22.11;
|
||||
home-manager.url = github:nix-community/home-manager;
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue