mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 08:58:26 +02:00
feat: modular home
This commit is contained in:
12
hosts/12kingdoms/shoukei/home.nix
Normal file
12
hosts/12kingdoms/shoukei/home.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
modules.desktop.hyprland = {
|
||||
nvidia = false;
|
||||
# settings = {
|
||||
# monitor = "";
|
||||
# };
|
||||
};
|
||||
|
||||
modules.desktop.i3 = {
|
||||
nvidia = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user