Add a new desktop lol
This commit is contained in:
parent
e6f6701c00
commit
f16588034d
6 changed files with 127 additions and 1 deletions
23
hosts/detritus/home/default.nix
Normal file
23
hosts/detritus/home/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{ config, nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Apps and programs
|
||||
../../../modules/home
|
||||
../../../modules/home/users
|
||||
../../../modules/home/files
|
||||
../../../modules/home/settings
|
||||
../../../modules/home/programs
|
||||
../../../modules/home/programs/misc/gaming/launchers
|
||||
../../../modules/home/programs/misc/remote-desktop
|
||||
../../../modules/home/sway
|
||||
../../../modules/home/utils
|
||||
|
||||
# Misc
|
||||
../../../overlays
|
||||
../../../variables
|
||||
../../../variables/look/colors/green
|
||||
|
||||
# Imports
|
||||
nur.nixosModules.nur
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue