mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
fixed some host-specific config
This commit is contained in:
parent
c4dcf59357
commit
c33d75a1be
4 changed files with 28 additions and 7 deletions
|
@ -43,6 +43,10 @@
|
|||
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
animations = {
|
||||
enabled = "no";
|
||||
};
|
||||
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue