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, ... }: {
|
{ 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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue