right before reorganizing - i3 stable
This commit is contained in:
parent
4976ff2b34
commit
534652294a
12 changed files with 755 additions and 87 deletions
10
nixos/default.nix
Normal file
10
nixos/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./hardware
|
||||
./programs
|
||||
./services
|
||||
./system
|
||||
./themes
|
||||
./virtual
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue