Initial commit

This commit is contained in:
Artyom Belousov 2026-01-13 15:34:28 +03:00 committed by Артём Белоусов
commit b79d352847
37 changed files with 2191 additions and 0 deletions

7
nixos/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./core.nix
./desktop.nix
];
}