feat(..., firefox): break up

This commit is contained in:
Kat Inskip 2025-04-06 17:11:05 -07:00
parent 8f303c44e7
commit 0d28d7c601
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
21 changed files with 520 additions and 409 deletions

View file

@ -8,7 +8,6 @@ _: let
}: let
inherit (lib.lists) singleton;
inherit (lib.attrsets) nameValuePair listToAttrs;
datasets = [
"root"
"nix"
@ -19,7 +18,7 @@ _: let
datasetEntry = dataset: nameValuePair (if dataset == "root" then "/" else "/${dataset}") {
device = "zpool/${dataset}";
fsType = "zfs";
options = [ "zfsutils" ];
options = [ "zfsutil" ];
};
datasetEntries = listToAttrs (map datasetEntry datasets);
@ -52,7 +51,6 @@ _: let
home-manager.users.kat.imports =
(with tree.home.profiles; [
graphical
devops
])
++ (with tree.home.environments; [
i3