diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-22 10:06:45 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-22 10:07:01 -0500 |
commit | 2e32697e99e76977a93aa5b665e5316ebb93b0c9 (patch) | |
tree | 4e2217ba7b550575c636d1f55c8d2db45142b4ba /flake.nix | |
parent | add unity (diff) | |
download | dotfiles-nix-2e32697e99e76977a93aa5b665e5316ebb93b0c9.tar.gz dotfiles-nix-2e32697e99e76977a93aa5b665e5316ebb93b0c9.tar.bz2 dotfiles-nix-2e32697e99e76977a93aa5b665e5316ebb93b0c9.zip |
secure boot
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ # home manager home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; + # lanzaboote + lanzaboote.url = "github:nix-community/lanzaboote/master"; + lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; # hyprland hyprland.url = "github:hyprwm/Hyprland"; # hyprland plugins |