Initial commit.
This commit is contained in:
commit
67823cbed6
51 changed files with 1714 additions and 0 deletions
19
roles/gnome.nix
Normal file
19
roles/gnome.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./gui.nix
|
||||
];
|
||||
|
||||
services = {
|
||||
xserver.desktopManager.gnome.enable = true;
|
||||
gnome.gnome-browser-connector.enable = true;
|
||||
};
|
||||
|
||||
programs.gnome-terminal.enable = true;
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome-console
|
||||
gnome-tour
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue