Switch to catppuccin
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Andrea Ciceri 2024-05-17 16:08:36 +02:00
parent 116474d8a8
commit f7302479b3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
48 changed files with 8219 additions and 524 deletions

17
hosts/test/default.nix Normal file
View file

@ -0,0 +1,17 @@
{
fleetModules,
lib,
config,
pkgs,
...
}: {
imports =
fleetModules [
"common"
"ssh"
"nix"
]
++ [
./disko.nix
];
}