This commit is contained in:
Ulysse Cura 2026-06-21 11:22:27 +02:00
parent 8852d10f6d
commit 34beb18acd
1 changed files with 1 additions and 2 deletions

View File

@ -15,13 +15,13 @@
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
# QT Adwaita theme
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
# Enable networking
networking.networkmanager.enable = true;
@ -60,7 +60,6 @@
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", MODE:="0666"
'';
# Add nix experimental features.inherit
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}