diff options
| author | adikro <adikro@disroot.org> | 2026-03-16 12:14:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-16 12:14:05 +0100 |
| commit | 045bf7366688193c785864ac44af840555d797ec (patch) | |
| tree | 412eaa2b6cdae6995b62dbca868fab5c53568c30 /flake.nix | |
| parent | 18f08bf53591f3e68043730a627889957009deb6 (diff) | |
some browser stuff
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,8 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + nur.url = "github:nix-community/NUR"; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -93,6 +95,7 @@ }; modules = [ path + inputs.nur.modules.nixos.default { networking.hostName = hostname; } ]; }; |
