Typos.
This commit is contained in:
parent
8852d10f6d
commit
34beb18acd
|
|
@ -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" ];
|
||||
}
|
||||
Loading…
Reference in New Issue