diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-02 18:13:25 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-02 18:15:48 +0200 |
commit | 4d04e90f0941350957afe7ffe17e99fe27eca2b9 (patch) | |
tree | 93291063f47d4d7f69c7955903141bdacc4b5373 /flake/nixosConfigurations | |
parent | refactor(treewide): Remove `river_init_lesser` (diff) | |
download | nixos-config-4d04e90f0941350957afe7ffe17e99fe27eca2b9.zip |
refactor(modules/legacy/firefox): Move to by-name
This also improves the arkanfox-integration and the profile id generation.
Diffstat (limited to 'flake/nixosConfigurations')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index f2374e05..0a65018b 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -22,10 +22,9 @@ disko, lanzaboote, nix-index-database, + arkenfox-nixos, # bins qmk_firmware, - # external - user_js, }: let modules = [ agenix.nixosModules.default @@ -55,6 +54,7 @@ impermanence nix-index-database nixVim + arkenfox-nixos # nix registry nixpkgs_as_input self @@ -63,8 +63,6 @@ # TODO: Integrate these into `pkgs/by-name` <2024-05-22> qmk_firmware serverphone - # external deps - user_js ; }; |