mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
refactor: move machine specific monitor config
This commit is contained in:
parent
49c72907d9
commit
c164b0ece8
4 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
../../users/youwen/common/neofetch
|
||||
../../users/youwen/common/neovim
|
||||
../../users/youwen/common
|
||||
./home-manager-extras
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
|
3
hosts/demeter/home-manager-extras/default.nix
Normal file
3
hosts/demeter/home-manager-extras/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
|
||||
}
|
|
@ -187,7 +187,6 @@
|
|||
"ignorezero,swaync-control-center"
|
||||
"blur,logout_dialog"
|
||||
];
|
||||
monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
|
||||
dwindle = {
|
||||
pseudotile = "yes";
|
||||
preserve_split = "yes";
|
||||
|
|
Loading…
Reference in a new issue