miku: Leave gnome enabled
This commit is contained in:
parent
da70e80ed4
commit
4a0031c2c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user