switch default on remus to GNOME

This commit is contained in:
MFlossmann 2024-05-11 14:38:53 +02:00
parent 7279316ef8
commit 4f378caab9
2 changed files with 15 additions and 6 deletions

View file

@ -19,6 +19,13 @@
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
};
services.desktopManager.plasma6.enable = true;
services.xserver.desktopManager.gnome.enable = true;
services.displayManager.defaultSession = "gnome";
programs.ssh.askPassword = lib.mkForce "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass";
myNixOS = {
bundles.general-desktop.enable = true;
@ -34,12 +41,6 @@
# 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.
wget
git
libgcc
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.