Add a new desktop lol

This commit is contained in:
Jimbo 2024-10-28 00:11:01 -04:00
parent e6f6701c00
commit f16588034d
6 changed files with 127 additions and 1 deletions

View 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
];
}