From 465bf6e27e1a408ea02e11622b18597b91083d89 Mon Sep 17 00:00:00 2001 From: nixos Date: Mon, 28 Aug 2023 09:24:53 +0000 Subject: [PATCH] replace xfce with gnome --- .gitignore | 1 + configuration.nix | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..577b0a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hardware-configuration.nix diff --git a/configuration.nix b/configuration.nix index ecf7492..349e321 100644 --- a/configuration.nix +++ b/configuration.nix @@ -42,11 +42,8 @@ # Enable the X11 windowing system. services.xserver = { enable = true; - desktopManager = { - xterm.enable = false; - xfce.enable = true; - }; - displayManager.defaultSession = "xfce"; + displayManager.gdm.enable = true; + desktopManager.gnome.enable = true; }; @@ -71,14 +68,13 @@ extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ firefox - nicotine-plus ]; }; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + vim wget curl git