mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(..., firefox): break up
This commit is contained in:
parent
8f303c44e7
commit
0d28d7c601
21 changed files with 520 additions and 409 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue