Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 06:03:46 +02:00
committed by GitHub
parent d23dc3f8ab
commit 4ec2677afc

View File

@@ -1,6 +1,15 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services = {
xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};
gnome.core-utilities.enable = false;
};
home-manager.users.thiloho = { pkgs, lib, config, ... }: { home-manager.users.thiloho = { pkgs, lib, config, ... }: {
programs = { programs = {
bash = { bash = {