test
This commit is contained in:
parent
cf985732d0
commit
7bcaa4b031
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
# Manage dotfiles in a home directory
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.inputs.nixpkgs.follows = "stable-nixpkgs";
|
||||
|
||||
# Secureboot Configuration
|
||||
lanzaboote.url = "github:nix-community/lanzaboote";
|
||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||
lanzaboote.inputs.nixpkgs.follows = "stable-nixpkgs";
|
||||
|
||||
# Firefox Overlay
|
||||
moz_overlay.url = "github:mozilla/nixpkgs-mozilla";
|
||||
|
|
Loading…
Reference in a new issue