This commit is contained in:
Vivian 2022-11-06 13:04:41 +01:00
parent 042b2e9664
commit 03b7e4196a
7 changed files with 65 additions and 16 deletions

View file

@ -30,8 +30,7 @@ let
exec Hyprland
'';
in
{
in {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -86,9 +85,7 @@ in
loader.efi.canTouchEfiVariables = true;
loader.efi.efiSysMountPoint = "/boot/efi";
kernel.sysctl = {
"fs.inotify.max_user_watches" = 524288;
};
kernel.sysctl = { "fs.inotify.max_user_watches" = 524288; };
};
services.gnome.gnome-keyring.enable = true;