summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-17 13:20:27 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-17 13:20:27 +0530
commit69d65e07cd5f88175db7a47011ee862480567eae (patch)
tree8ce1abcb6547c8e96228792b7b1c72427c31d27f /flake.nix
parent461334454a8ff0de0a518d77e6517af69d51d115 (diff)
Brave origin and fix noctalia url
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index fc67ed6..d314a2f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
- url = "github:noctalia-dev/noctalia-shell/v5";
+ url = "github:noctalia-dev/noctalia";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ brave-origin = {
+ url = "github:Daniel-42-z/brave-origin-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};