mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: switched deimos to hyprland
This commit is contained in:
parent
7859cd1068
commit
5b36df97f0
9 changed files with 22 additions and 17 deletions
6
modules/home/gui/desktop/hypr/land/config/monitor.nix
Executable file
6
modules/home/gui/desktop/hypr/land/config/monitor.nix
Executable file
|
@ -0,0 +1,6 @@
|
|||
let
|
||||
monitorSettings = [
|
||||
"eDP-1,highres@highrr,0x0,1"
|
||||
];
|
||||
in
|
||||
monitorSettings
|
|
@ -23,6 +23,7 @@ let
|
|||
misc = import (configPath + /misc.nix);
|
||||
windowrulev2 = import (configPath + /windowrulev2.nix);
|
||||
xwayland = import (configPath + /xwayland.nix);
|
||||
monitor = import (configPath + /monitor.nix);
|
||||
bind =
|
||||
let
|
||||
bindConfig =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue