init
This commit is contained in:
commit
f89801cd39
418 changed files with 1855 additions and 0 deletions
16
Modules/Applications/default.nix
Normal file
16
Modules/Applications/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Import all modules so home.nix only needs to import this file
|
||||
{ config, pkgs, lib, inputs, ... }: {
|
||||
imports = [
|
||||
#################
|
||||
# 🖥 GUI Software #
|
||||
#################
|
||||
./GUI-Apps
|
||||
|
||||
#################
|
||||
# 🐚 Shell Setup #
|
||||
#################
|
||||
./Shell
|
||||
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue