diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 15:18:29 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 15:18:29 -0500 |
| commit | 73bdaa872445403fa6b66124550864f092648f86 (patch) | |
| tree | 727100839d49a7c2e6d45deeefcc6a0fea7ef415 | |
| parent | 0e23412a2883d3403f301fb718f3bc20350a343c (diff) | |
| download | nixos-73bdaa872445403fa6b66124550864f092648f86.tar.xz nixos-73bdaa872445403fa6b66124550864f092648f86.zip | |
move filesystems programs to collections
| -rw-r--r-- | archetypes/collections/filesystems.nix (renamed from nixos/filesystems.nix) | 0 | ||||
| -rw-r--r-- | archetypes/default.nix | 1 | ||||
| -rw-r--r-- | nixos/default.nix | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/nixos/filesystems.nix b/archetypes/collections/filesystems.nix index 00ab409..00ab409 100644 --- a/nixos/filesystems.nix +++ b/archetypes/collections/filesystems.nix diff --git a/archetypes/default.nix b/archetypes/default.nix index 9be6e3a..0780d31 100644 --- a/archetypes/default.nix +++ b/archetypes/default.nix @@ -3,6 +3,7 @@ ./collections/bluetooth.nix ./collections/desktop ./collections/development + ./collections/filesystems.nix ./collections/fonts.nix ./collections/neovim.nix ./collections/utilities.nix diff --git a/nixos/default.nix b/nixos/default.nix index 10eee7a..8c8ad7a 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -15,7 +15,6 @@ ./bootloader.nix ./decklink.nix ./doas.nix - ./filesystems.nix ./geoclue.nix ./hosts.nix ./net-iface-labels.nix |
