move all shared config out from darp8 -> graphical
This commit is contained in:
@@ -1,30 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
client = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"-c"
|
||||
"-a emacs"
|
||||
];
|
||||
};
|
||||
startWithUserSession = "graphical";
|
||||
};
|
||||
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
|
||||
gnome-keyring.enable = true;
|
||||
mpris-proxy.enable = true;
|
||||
network-manager-applet.enable = true;
|
||||
nextcloud-client.enable = true;
|
||||
swww.enable = true;
|
||||
};
|
||||
imports = [
|
||||
../graphical/services.nix # import shared services
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user