Add gocryptfs
This commit is contained in:
parent
1cb83a2ec5
commit
77825859ec
|
@ -45,9 +45,9 @@ in
|
|||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
"eDP-1,2880x1800@120.00Hz,0x0,1.2"
|
||||
"DP-1,3840x2160@60.00Hz,0x-2160,1"
|
||||
"HDMI-A-1,3840x2160@60.00Hz,0x-2160,1"
|
||||
"eDP-1,2880x1800@120.00Hz,0x284,1.2"
|
||||
"DP-1,1920x1080,6240x500,1"
|
||||
"HDMI-A-1,3840x2160@60.00Hz,2400x0,1"
|
||||
];
|
||||
bind = [
|
||||
", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${
|
||||
|
|
|
@ -8,7 +8,7 @@ video-sync=display-resample
|
|||
interpolation
|
||||
tscale=oversample
|
||||
vo=gpu-next
|
||||
gpu-api=opengl
|
||||
hwdec=auto
|
||||
force-window=yes
|
||||
keep-open=yes
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
waypipe
|
||||
inputs.worktimer.packages.${pkgs.system}.default
|
||||
usbutils
|
||||
gocryptfs
|
||||
];
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue