aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-08 20:37:06 -0800
committerPreston Pan <preston@nullring.xyz>2024-03-08 20:37:06 -0800
commita3d2b478b96863f9764d9f47867860b131e3ae40 (patch)
treeae946d01d7c466ea1c9ea1416023334a53a1aa61 /flake.nix
parentffaf76d3acb6cc3e5394f985ab803d107a03da6f (diff)
add powermenu
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e8739d4..3e4fa78 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";