diff --git a/hosts/remus/configuration.nix b/hosts/remus/configuration.nix index 0853606..29ddbf7 100644 --- a/hosts/remus/configuration.nix +++ b/hosts/remus/configuration.nix @@ -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. diff --git a/modules/nixOS/bundles/general-desktop.nix b/modules/nixOS/bundles/general-desktop.nix index 08bf60e..da47220 100644 --- a/modules/nixOS/bundles/general-desktop.nix +++ b/modules/nixOS/bundles/general-desktop.nix @@ -50,6 +50,14 @@ corefonts ]; + environment.systemPackages = with pkgs; [ + vim + wget + git + libgcc + gtk3 + ]; + fonts.enableDefaultPackages = true; fonts.fontconfig = { defaultFonts = {