"110 2026-01-28 15:41:34 26.05.20260123.c5296fd 6.18.7"

This commit is contained in:
Larra Emily Sarah
2026-01-28 15:41:35 +01:00
parent 9622136961
commit fc1befd14c
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "ArcticFox"; # Define your hostname. networking.hostName = "ArcticFox"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
services.gnome.gnome-keyring.enable = true;
security.pam.services.hyprland.enableGnomeKeyring = true;
# Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/"; # Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View File

@@ -86,5 +86,6 @@
nwg-displays nwg-displays
discord discord
obs-studio obs-studio
hyprpolkitagent
]; ];
} }