miku: Leave gnome enabled

This commit is contained in:
PapaTutuWawa 2021-10-22 22:06:47 +02:00
parent da70e80ed4
commit 4a0031c2c6

View File

@ -9,7 +9,7 @@ in mkHost config {
overlays = [ "nur" "unstable" "simple" "custom" "emacs" ];
hardwareImports = [ "amdgpu" "amd" ];
programImports = [
"zsh" "git" "mpv" "tmux" "emacs" "firefox" "i18n" "gamemode" #"gnome-terminal" "gnome"
"zsh" "git" "mpv" "tmux" "emacs" "firefox" "i18n" "gamemode" "gnome" #"gnome-terminal"
"alacritty" "sway" "waybar" "kanshi"
"distributed-build/builder.nix"
"music"
@ -109,10 +109,7 @@ in mkHost config {
KERNEL=="uinput", GROUP="input", MODE="0660"
'';
};
xserver.displayManager.gdm = {
enable = true;
wayland = true;
};
gnome.gnome-keyring.enable = true;
};
# TODO: Move into modules