mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Modularized GUI for potentially new environments in the future
This commit is contained in:
parent
d725ffdbfa
commit
46682b9b42
23 changed files with 77 additions and 39 deletions
5
homeConfig/modules/gui/desktopEnvironments/default.nix
Normal file
5
homeConfig/modules/gui/desktopEnvironments/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./sway
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue