Stuff
This commit is contained in:
@@ -58,6 +58,14 @@ in
|
|||||||
zenity # For creating dialogs during install script
|
zenity # For creating dialogs during install script
|
||||||
zathura # Minimal PDF viewer
|
zathura # Minimal PDF viewer
|
||||||
];
|
];
|
||||||
|
home.file.".config/hypr/.luarc.json" = {
|
||||||
|
force = true;
|
||||||
|
text = ''
|
||||||
|
{
|
||||||
|
"workspace.library": ["${pkgs.hyprland}/share/hypr/stubs"]
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
# xdg.desktopEntries.enpass = {
|
# xdg.desktopEntries.enpass = {
|
||||||
# type = "Application";
|
# type = "Application";
|
||||||
# name = "Enpass";
|
# name = "Enpass";
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
opentabletdriver.enable = true;
|
# opentabletdriver.enable = true;
|
||||||
uinput.enable = true;
|
uinput.enable = true;
|
||||||
};
|
};
|
||||||
boot.kernelModules = [ "uinput" ];
|
boot.kernelModules = [ "uinput" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user