Initial commit.
This commit is contained in:
commit
67823cbed6
51 changed files with 1714 additions and 0 deletions
19
roles/mate.nix
Normal file
19
roles/mate.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./gui.nix
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services = {
|
||||
xserver.desktopManager.mate.enable = true;
|
||||
blueman.enable = true;
|
||||
};
|
||||
|
||||
programs.nm-applet = {
|
||||
enable = true;
|
||||
indicator = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue