nixos/home/sparky.nix

21 lines
275 B
Nix
Raw Normal View History

2024-05-16 20:19:01 +01:00
{
pkgs,
config,
lib,
...
}: {
imports = [
2024-05-17 10:54:53 +01:00
# Import users
./users/media
2024-05-16 20:19:01 +01:00
./common/core
./common/optional/sops.nix
# Import optional
./common/optional/git.nix
2024-05-24 21:23:56 +01:00
./common/optional/syncthing.nix
2024-05-31 11:22:16 +01:00
./common/optional/desktop/cinnamon
2024-05-16 20:19:01 +01:00
];
2024-05-17 01:07:42 +01:00
}