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" ];
|
overlays = [ "nur" "unstable" "simple" "custom" "emacs" ];
|
||||||
hardwareImports = [ "amdgpu" "amd" ];
|
hardwareImports = [ "amdgpu" "amd" ];
|
||||||
programImports = [
|
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"
|
"alacritty" "sway" "waybar" "kanshi"
|
||||||
"distributed-build/builder.nix"
|
"distributed-build/builder.nix"
|
||||||
"music"
|
"music"
|
||||||
@ -109,10 +109,7 @@ in mkHost config {
|
|||||||
KERNEL=="uinput", GROUP="input", MODE="0660"
|
KERNEL=="uinput", GROUP="input", MODE="0660"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
xserver.displayManager.gdm = {
|
gnome.gnome-keyring.enable = true;
|
||||||
enable = true;
|
|
||||||
wayland = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Move into modules
|
# TODO: Move into modules
|
||||||
|
Loading…
Reference in New Issue
Block a user