Add work monitor config to Ronin
This commit is contained in:
parent
4adac992b7
commit
2b7a03c4fc
|
@ -4,7 +4,10 @@
|
|||
home-manager.users.${username} = {
|
||||
imports = [ ./home/work.nix ];
|
||||
home.stateVersion = "23.05";
|
||||
wayland.windowManager.hyprland.settings.monitor = [ "eDP-1,preferred,auto,1.25" ];
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,preferred,auto,1.25"
|
||||
"desc:Dell Inc. DELL P3223QE CCG8YN3,preferred,auto,1.5"
|
||||
];
|
||||
};
|
||||
boot.initrd = {
|
||||
secrets = {
|
||||
|
|
Loading…
Reference in a new issue