Hyprland
This commit is contained in:
5
modules/default.nix
Normal file
5
modules/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./desktop
|
||||
];
|
||||
}
|
||||
5
modules/desktop/default.nix
Normal file
5
modules/desktop/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprland
|
||||
];
|
||||
}
|
||||
5
modules/desktop/hyprland/default.nix
Normal file
5
modules/desktop/hyprland/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
];
|
||||
}
|
||||
3
modules/desktop/hyprland/hyprland.nix
Normal file
3
modules/desktop/hyprland/hyprland.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user