init
This commit is contained in:
commit
2278bffff9
77 changed files with 1174 additions and 0 deletions
14
Modules/Home/GUI-Apps/default.nix
Normal file
14
Modules/Home/GUI-Apps/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./Browsers
|
||||
./Communication
|
||||
./Development
|
||||
./Gaming
|
||||
./Multimedia
|
||||
./Office
|
||||
./System-Tools
|
||||
./VPN
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue