From 4d04e90f0941350957afe7ffe17e99fe27eca2b9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 2 Apr 2025 18:13:25 +0200 Subject: refactor(modules/legacy/firefox): Move to by-name This also improves the arkanfox-integration and the profile id generation. --- modules/home.legacy/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home.legacy/default.nix') diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix index 0944b505..706e2045 100644 --- a/modules/home.legacy/default.nix +++ b/modules/home.legacy/default.nix @@ -1,6 +1,7 @@ { nixVim, nix-index-database, + arkenfox-nixos, ... }: let username = "soispha"; @@ -21,6 +22,7 @@ in { nixVim.homeManagerModules.nixvim nix-index-database.hmModules.nix-index + arkenfox-nixos.hmModules.arkenfox ]; # I don't know what this does, but I've seen it a lot online, so it should be good, right? -- cgit 1.4.1