diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-02 00:06:57 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-02 00:06:57 +0530 |
| commit | 2519d3fc4f3df771fc90f356064ec6ca4a17203a (patch) | |
| tree | 2f12ea61429cd2e277dcdcebba857ccf96a8087d /flake.nix | |
| parent | dfc891bcf1a87d09cc656d098e4f25b9a5134ac5 (diff) | |
update was needed
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 34 |
1 files changed, 8 insertions, 26 deletions
@@ -1,47 +1,31 @@ { 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=" - ]; + extra-substituters = [ "https://nix-community.cachix.org" ]; + extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nix-doom-emacs-unstraightened.url = "github:marienz/nix-doom-emacs-unstraightened"; - nix-doom-emacs-unstraightened.inputs.nixpkgs.follows = ""; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; mango = { - url = "github:mangowm/mango"; + url = "github:mangowm/mango/wl-only"; inputs.nixpkgs.follows = "nixpkgs"; }; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - zen-browser = { - url = "github:youwen5/zen-browser-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - }; mydwm = { - url = "git+https://codeberg.org/brustybee/mydwm"; + url = "git+https://codeberg.org/beeb5k/mydwm"; # url = "git+file:/home/bee/mydwm"; inputs.nixpkgs.follows = "nixpkgs"; }; - noctalia = { - url = "github:noctalia-dev/noctalia-shell"; - inputs.nixpkgs.follows = "nixpkgs"; - }; beevim = { - url = "git+https://codeberg.org/brustybee/beeVim"; + url = "git+https://codeberg.org/beeb5k/beeVim"; # url = "git+file:/home/bee/.config/beevim"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -66,11 +50,9 @@ in merge [ (mkSystemWithHM { - user = "bee"; - hostname = "nixios"; + user = "beeb5k"; + hostname = "niuwux"; system = "x86_64-linux"; - systemState = "25.11"; + systemState = "26.05"; }) ]; - }; -} |
