This commit is contained in:
iFargle 2023-07-06 20:34:38 +09:00
parent d86e465b87
commit e442e7b534
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
services.xserver = { services.xserver = {
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome enable = true;
# Enable the GNOME Desktop Environment.
displayManager.defaultSession = "plasmawayland";
displayManager.sddm.enable = true; displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true; desktopManager.plasma5.enable = true;
}; };

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
home.stateVersion = "23.05"; home.stateVersion = "23.05";
imports = [ imports = [
./gnome-dconf.nix # ./gnome-dconf.nix
../../common/dotfiles/git.nix ../../common/dotfiles/git.nix
../../common/dotfiles/neovim.nix ../../common/dotfiles/neovim.nix
../../common/dotfiles/bash.nix ../../common/dotfiles/bash.nix