switch default on remus to GNOME
This commit is contained in:
parent
7279316ef8
commit
4f378caab9
2 changed files with 15 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -50,6 +50,14 @@
|
|||
corefonts
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
libgcc
|
||||
gtk3
|
||||
];
|
||||
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts.fontconfig = {
|
||||
defaultFonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue