just update the git
This commit is contained in:
		| @@ -90,7 +90,7 @@ | ||||
|   }; | ||||
|  | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "America/New_York"; | ||||
|   time.timeZone = "America/Chicago"; | ||||
|  | ||||
|   # Select internationalisation properties. | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| @@ -114,7 +114,10 @@ | ||||
| # | ||||
| #  networking.interfaces.br0.useDHCP = true;  # Or set a static IP if needed | ||||
|  | ||||
|  | ||||
|   environment.variables = { | ||||
|     XCURSOR_THEME = "Plasma-Overdose"; | ||||
|     XCURSOR_SIZE = "28"; | ||||
|   }; | ||||
|  | ||||
|   # Enable the X11 windowing system. | ||||
|   services.xserver.enable = true; | ||||
| @@ -150,10 +153,17 @@ | ||||
|  | ||||
|   services.udisks2.enable = true; | ||||
|  | ||||
|  | ||||
|   services.tailscale.enable = true; | ||||
|   services.locate.enable = true; | ||||
|   services.locate.package = pkgs.mlocate; | ||||
|  | ||||
|   services.openssh = { | ||||
|     enable = true; | ||||
|   }; | ||||
|  | ||||
|  | ||||
|    | ||||
|  | ||||
|   # Enable touchpad support (enabled default in most desktopManager). | ||||
|   # services.xserver.libinput.enable = true; | ||||
|  | ||||
| @@ -330,7 +340,13 @@ | ||||
|     mlocate | ||||
|     android-udev-rules | ||||
|     slimevr | ||||
|     nix-ld | ||||
| #    grayjay | ||||
|     hyprcursor | ||||
|     rose-pine-hyprcursor | ||||
|     #protonmail-desktop | ||||
|     xcur2png | ||||
|     thunderbird | ||||
|   ]; | ||||
|  | ||||
|   # Some programs need SUID wrappers, can be configured further or are | ||||
|   | ||||
		Reference in New Issue
	
	Block a user