right before reorganizing - i3 stable

This commit is contained in:
alisceon 2025-08-24 16:05:54 +02:00
parent 4976ff2b34
commit 534652294a
12 changed files with 755 additions and 87 deletions

10
nixos/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }: {
imports = [
./hardware
./programs
./services
./system
./themes
./virtual
];
}