diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /flake.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
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"; }) ]; + }; +} |
