mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
misc cleanup
This commit is contained in:
parent
7326e9213e
commit
ef9f011e57
9 changed files with 62 additions and 60 deletions
|
|
@ -16,7 +16,6 @@ in {
|
|||
(with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
gnome-console
|
||||
gnome-text-editor
|
||||
gnome-online-accounts
|
||||
])
|
||||
|
|
@ -48,6 +47,5 @@ in {
|
|||
desktopManager.gnome.enable = true;
|
||||
displayManager.defaultSession = "gnome";
|
||||
};
|
||||
environment.systemPackages = [pkgs.gnome.gnome-terminal];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue