diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,6 +1,8 @@ { nixConfig = { - extra-substituters = [ "https://nix-community.cachix.org" ]; + extra-substituters = [ + "https://nix-community.cachix.org" + ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; @@ -21,10 +23,6 @@ url = "github:mangowm/mango"; inputs.nixpkgs.follows = "nixpkgs"; }; - omnisearch = { - url = "git+https://git.bwaaa.monster/omnisearch?shallow=0"; - inputs.nixpkgs.follows = "nixpkgs"; - }; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -34,8 +32,13 @@ inputs.nixpkgs.follows = "nixpkgs"; }; mydwm = { - url = "git+https://codeberg.org/brustybee/mydwm"; - # url = "git+file:/home/bee/mydwm"; + # url = "git+https://codeberg.org/brustybee/mydwm"; + url = "git+file:/home/bee/mydwm"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + dms = { + url = "github:AvengeMedia/DankMaterialShell/stable"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |
