This commit is contained in:
Nox Sluijtman 2023-12-16 20:40:03 +01:00
parent cba0e7f963
commit 78b50d4aaa
4 changed files with 21 additions and 13 deletions

7
smol/default.nix Normal file
View file

@ -0,0 +1,7 @@
{...}:{
imports = [
../modules/nix-settings.nix
../modules/vim.nix
../modules/zsh.nix
];
}