mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
This commit is contained in:
parent
ccfa4fdb4f
commit
e79499c35f
11 changed files with 261 additions and 301 deletions
|
|
@ -3,10 +3,11 @@
|
|||
services = {
|
||||
network-manager-applet.enable = true;
|
||||
mpris-proxy.enable = true;
|
||||
wpaperd.enable = true;
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
}
|
||||
{
|
||||
profile.name = "work";
|
||||
profile.name = "work1";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "HP Inc. HP E27 G5 CNC33810R4";
|
||||
|
|
@ -29,6 +29,22 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
profile.name = "work2";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "Samsung Electric Company LF27T35 H4ZNB01306";
|
||||
mode = "1920x1080@60.00Hz";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "enable";
|
||||
scale = 1.0;
|
||||
position = "1920,0";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = 7000;
|
||||
settings.defaultTimeout = 7000;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue