pad
This commit is contained in:
parent
597bd5cc75
commit
d185bdd9aa
2 changed files with 54 additions and 1 deletions
|
|
@ -1,2 +1,15 @@
|
|||
{...}: {
|
||||
{lib, ...}: let
|
||||
mkHostOverride = lib.mkOverride 75;
|
||||
in {
|
||||
desktop.enable = true;
|
||||
gaming.enable = false;
|
||||
nfs.client.enable = true;
|
||||
auto_styling.enable = true;
|
||||
|
||||
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
||||
monitor = mkHostOverride [
|
||||
"eDP-1, 1920x1080, 0x0, 1"
|
||||
", perferred, auto, 1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue