From 1bb49481dbec223e68df4f60fa1d425525e16cff Mon Sep 17 00:00:00 2001 From: brustybee Date: Mon, 13 Apr 2026 03:04:59 +0530 Subject: This is like that one dream you don't know how to describe --- flake.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1a29012..a9730db 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; -- cgit v1.3.1