This commit is contained in:
2025-07-20 17:20:19 +09:00
parent 7fedd72132
commit a17b8a6b19
3 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
with pkgs; [ with pkgs; [
mtr mtr
iperf3 iperf3
nload
dnsutils dnsutils
ldns ldns
aria2 aria2

View File

@@ -4,6 +4,12 @@
with pkgs; [ with pkgs; [
libreoffice libreoffice
waybar
hyprsome
better-control
wl-clipboard
swww
rofi-wayland
vesktop vesktop
youtube-music youtube-music
thunderbird thunderbird

View File

@@ -8,6 +8,7 @@
hardware.nvidia.open = false; hardware.nvidia.open = false;
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true; services.xserver.desktopManager.gnome.enable = true;
services.xserver.xkb.layout = "us"; services.xserver.xkb.layout = "us";
} }