Add gocryptfs

This commit is contained in:
Thomas Avé 2025-07-11 11:31:06 +02:00
parent 1cb83a2ec5
commit 77825859ec
3 changed files with 5 additions and 4 deletions

View File

@ -45,9 +45,9 @@ in
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
"eDP-1,2880x1800@120.00Hz,0x0,1.2" "eDP-1,2880x1800@120.00Hz,0x284,1.2"
"DP-1,3840x2160@60.00Hz,0x-2160,1" "DP-1,1920x1080,6240x500,1"
"HDMI-A-1,3840x2160@60.00Hz,0x-2160,1" "HDMI-A-1,3840x2160@60.00Hz,2400x0,1"
]; ];
bind = [ bind = [
", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${ ", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${

View File

@ -8,7 +8,7 @@ video-sync=display-resample
interpolation interpolation
tscale=oversample tscale=oversample
vo=gpu-next vo=gpu-next
gpu-api=opengl hwdec=auto
force-window=yes force-window=yes
keep-open=yes keep-open=yes

View File

@ -21,6 +21,7 @@
waypipe waypipe
inputs.worktimer.packages.${pkgs.system}.default inputs.worktimer.packages.${pkgs.system}.default
usbutils usbutils
gocryptfs
]; ];
programs.nh = { programs.nh = {
enable = true; enable = true;