diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:20:27 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:20:27 +0530 |
| commit | 69d65e07cd5f88175db7a47011ee862480567eae (patch) | |
| tree | 8ce1abcb6547c8e96228792b7b1c72427c31d27f /flake.nix | |
| parent | 461334454a8ff0de0a518d77e6517af69d51d115 (diff) | |
Brave origin and fix noctalia url
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; }; }; |
