diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:37:06 -0800 |
commit | a3d2b478b96863f9764d9f47867860b131e3ae40 (patch) | |
tree | ae946d01d7c466ea1c9ea1416023334a53a1aa61 /flake.nix | |
parent | ffaf76d3acb6cc3e5394f985ab803d107a03da6f (diff) |
add powermenu
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,9 +14,10 @@ }; wallpapers.url = "github:ret2pop/wallpapers"; sops-nix.url = "github:Mic92/sops-nix"; + scripts.url = "github:ret2pop/scripts"; }; - outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, sops-nix, ... }@attrs: { + outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, sops-nix, scripts, ... }@attrs: { nixosConfigurations = { continuity = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; |