xsession: Start applications in their own scopes and limit their memory usage
This commit is contained in:
@@ -23,6 +23,10 @@ in
|
||||
name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
};
|
||||
systemd = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
eth = lib.mkOption { };
|
||||
wlan = lib.mkOption { };
|
||||
secondary-fs = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user