big refactor
This commit is contained in:
commit
76d68230f6
81 changed files with 3065 additions and 0 deletions
15
modules/programs/hyprland/settings/default.nix
Normal file
15
modules/programs/hyprland/settings/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ osconfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
./key-bind.nix
|
||||
./theme.nix
|
||||
./exec.nix
|
||||
./window-rules.nix
|
||||
./input.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = osconfig.device.wm.hyprland.monitors;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in a new issue