Added GTK

This commit is contained in:
fwastring 2025-09-03 12:53:45 +02:00
parent 32da6a2b70
commit 4beefb3de8
6 changed files with 64 additions and 11 deletions

View file

@ -99,7 +99,7 @@ fonts.packages = with pkgs; [
services = {
tailscale.enable = true;
#tailscale.enable = true;
picom.enable = true;
openssh = {
enable = true;
@ -143,7 +143,7 @@ services = {
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
services.xserver.dpi = 180;
services.xserver.dpi = 140;
system.stateVersion = "25.05"; # Did you read the comment?
}