chore: disable dm
This commit is contained in:
parent
6feef2fad9
commit
6680c9989d
1 changed files with 1 additions and 7 deletions
|
@ -61,12 +61,6 @@
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
displayManager = {
|
|
||||||
gdm = {
|
|
||||||
enable = true;
|
|
||||||
wayland = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -173,7 +167,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
stow
|
dconf
|
||||||
rustup
|
rustup
|
||||||
cargo
|
cargo
|
||||||
jre
|
jre
|
||||||
|
|
Loading…
Reference in a new issue