test
This commit is contained in:
parent
d86e465b87
commit
e442e7b534
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue