feat(everforest): move to everforest

This commit is contained in:
Artur Manuel 2025-02-22 21:16:46 +00:00
commit 38774cc02d
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 287 additions and 2959 deletions

View file

@ -20,6 +20,9 @@ in {
inputs.chaotic.nixosModules.default
];
};
slowworm = {
system = "x86_64-linux";
};
};
nixosModules.default = ./shared;
};