mirror of
https://github.com/blahai/nyx.git
synced 2025-07-03 00:43:48 -04:00
All this just to get nyx to even build
This commit is contained in:
parent
ed1aafe645
commit
fdfd4e0434
24 changed files with 2272 additions and 0 deletions
7
modules/nixos/default.nix
Normal file
7
modules/nixos/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./boot
|
||||
./environment
|
||||
./networking
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue