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, ... }: {
services.xserver = {
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
# Enable the GNOME Desktop Environment.
displayManager.defaultSession = "plasmawayland";
enable = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
};

View file

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