Fixed polarias config
This commit is contained in:
@@ -44,6 +44,13 @@
|
|||||||
theme = "ayu-dark";
|
theme = "ayu-dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.emmet.description = "Emmet";
|
||||||
|
home-manager.users.emmet.userSettings = {
|
||||||
|
name = "Emmet";
|
||||||
|
email = "emmet@librephoenix.com";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
wantedBy = [ "suspend.target" ];
|
wantedBy = [ "suspend.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "rtsx_pci_sdmmc" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "rtsx_pci_sdmmc" "hid_generic" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
@@ -37,5 +37,17 @@
|
|||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
|
settings = {
|
||||||
|
monitor = [
|
||||||
|
"eDP-1,1920x1080@300,900x1080,1"
|
||||||
|
"HDMI-A-1,1920x1080,1920x0,1"
|
||||||
|
"DP-1,1920x1080,0x0,1"
|
||||||
|
];
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user