summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fddbce2..f339e3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,9 +2,11 @@
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
+ "https://noctalia.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4="
];
};
@@ -34,8 +36,12 @@
# url = "git+file:/home/bee/mydwm";
inputs.nixpkgs.follows = "nixpkgs";
};
- dms = {
- url = "github:AvengeMedia/DankMaterialShell";
+ noctalia = {
+ url = "github:noctalia-dev/noctalia-shell";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ beevim = {
+ url = "git+https://codeberg.org/brustybee/beeVim";
inputs.nixpkgs.follows = "nixpkgs";
};
};