nyadministrator
This commit is contained in:
parent
54e9588487
commit
34f8e2640f
5 changed files with 8 additions and 2 deletions
|
@ -13,6 +13,10 @@
|
|||
"steam-run"
|
||||
];
|
||||
|
||||
hardware = {
|
||||
opentabletdriver.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
hyprland.enable = true;
|
||||
|
|
|
@ -125,6 +125,7 @@ in
|
|||
services = {
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableScDaemon = false;
|
||||
enableSshSupport = true;
|
||||
defaultCacheTtl = 34560000;
|
||||
maxCacheTtl = 34560000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue