This commit is contained in:
2026-06-08 18:39:52 +01:00
parent 4d2e8e164a
commit 12e7f1477b
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -58,6 +58,14 @@ in
zenity # For creating dialogs during install script
zathura # Minimal PDF viewer
];
home.file.".config/hypr/.luarc.json" = {
force = true;
text = ''
{
"workspace.library": ["${pkgs.hyprland}/share/hypr/stubs"]
}
'';
};
# xdg.desktopEntries.enpass = {
# type = "Application";
# name = "Enpass";
+1 -1
View File
@@ -9,7 +9,7 @@
enable32Bit = true;
};
opentabletdriver.enable = true;
# opentabletdriver.enable = true;
uinput.enable = true;
};
boot.kernelModules = [ "uinput" ];