init
This commit is contained in:
commit
2278bffff9
77 changed files with 1174 additions and 0 deletions
10
Modules/System/Application/default.nix
Normal file
10
Modules/System/Application/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./cli
|
||||
./Gaming
|
||||
./Grub
|
||||
./Special-Applications
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue