diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,7 +1,9 @@ { nixConfig = { extra-substituters = [ "https://nix-community.cachix.org" ]; - extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; inputs = { @@ -12,21 +14,16 @@ inputs.nixpkgs.follows = "nixpkgs"; }; mango = { - url = "github:mangowm/mango/wl-only"; + url = "github:mangowm/mango"; inputs.nixpkgs.follows = "nixpkgs"; }; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - mydwm = { - url = "git+https://codeberg.org/beeb5k/mydwm"; - # url = "git+file:/home/bee/mydwm"; - inputs.nixpkgs.follows = "nixpkgs"; - }; beevim = { url = "git+https://codeberg.org/beeb5k/beeVim"; - # url = "git+file:/home/bee/.config/beevim"; + # url = "git+file:/home/beeb5k/.config/beeVim"; inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -56,3 +53,5 @@ systemState = "26.05"; }) ]; + }; +} |
