Compare commits
2 Commits
4431ba11ad
...
3f7ab77b68
Author | SHA1 | Date | |
---|---|---|---|
3f7ab77b68 | |||
f10064e237 |
@ -270,6 +270,63 @@ in {
|
||||
};
|
||||
|
||||
services = {
|
||||
gromit-mpx = {
|
||||
enable = true;
|
||||
tools = [
|
||||
{
|
||||
device = "default";
|
||||
type = "pen";
|
||||
size = 5;
|
||||
color = "red";
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
type = "pen";
|
||||
size = 5;
|
||||
color = "blue";
|
||||
modifiers = [ "SHIFT" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
type = "pen";
|
||||
size = 5;
|
||||
color = "yellow";
|
||||
modifiers = [ "CONTROL" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
type = "pen";
|
||||
size = 6;
|
||||
color = "green";
|
||||
arrowSize = 1;
|
||||
modifiers = [ "2" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
type = "eraser";
|
||||
size = 75;
|
||||
modifiers = [ "3" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
color = "red";
|
||||
arrowSize = 5;
|
||||
modifiers = [ "CONTROL" "SHIFT" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
color = "blue";
|
||||
arrowSize = 5;
|
||||
modifiers = [ "CONTROL" "SHIFT" "2" ];
|
||||
}
|
||||
{
|
||||
device = "default";
|
||||
color = "yellow";
|
||||
arrowSize = 5;
|
||||
modifiers = [ "CONTROL" "SHIFT" "3" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
cliphist.enable = true;
|
||||
easyeffects.enable = true;
|
||||
opensnitch-ui.enable = true;
|
||||
@ -277,7 +334,7 @@ in {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
enableZshIntegration = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
maxCacheTtl = 14400;
|
||||
maxCacheTtlSsh = 14400;
|
||||
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];
|
||||
@ -317,6 +374,7 @@ in {
|
||||
After = [ "compositor.target" ];
|
||||
};
|
||||
};
|
||||
gromit-mpx.Service.ExecStart = lib.mkForce "echo 'Disabled, managed by WM'";
|
||||
opensnitch-ui = {
|
||||
Service.RestartSec = 3;
|
||||
Install.WantedBy = [ "compositor.target" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user