aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-16 15:53:04 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-16 15:53:04 +0200
commita85ab282ec8b9113cf842a584702c95b9f21dbd2 (patch)
treea18bc8da002717a36d63ce1457ff5276031a9bec
parent296725b2025ffdd08d6f0115a5dc7248a9653cab (diff)
downloadnixos-a85ab282ec8b9113cf842a584702c95b9f21dbd2.tar.zst
Hardware accelerated cursor without nvidia and systemd.automount for mounts
Diffstat (limited to '')
-rw-r--r--home/hyprland.nix5
-rw-r--r--roles/shared.nix2
2 files changed, 3 insertions, 4 deletions
diff --git a/home/hyprland.nix b/home/hyprland.nix
index dcd9999..2728217 100644
--- a/home/hyprland.nix
+++ b/home/hyprland.nix
@@ -95,9 +95,6 @@
decoration = {
dim_inactive = true;
};
- cursor = {
- no_hardware_cursors = true;
- };
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
@@ -112,7 +109,7 @@
"$mainMod, F, fullscreen"
"$mainMod, C, killactive,"
"$mainMod, Tab, cyclenext"
- ", Print, exec, ${pkgs.grim}/bin/grim - | ${pkgs.wl-clipboard}/bin/wl-copy && ${pkgs.wl-clipboard}/bin/wl-paste > ~/Pictures/screenshots/Screenshot-$(date +%F_%T).png && dunstify 'Screenshot of the whole screen taken' -t 1000"
+ ", Print, exec, ${pkgs.grim}/bin/grim - | ${pkgs.wl-clipboard}/bin/wl-copy && ${pkgs.wl-clipboard}/bin/wl-paste > ~/Pictures/screenshots/Screenshot-$(date +%F_%T).png && ${pkgs.dunst}/bin/dunstify 'Screenshot of the whole screen taken' -t 1000"
", XF86MonBrightnessUp, exec, brightnessctl s -e 5%+"
", XF86MonBrightnessDown, exec, brightnessctl s -e 5%-"
", XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
diff --git a/roles/shared.nix b/roles/shared.nix
index 3169d58..675c63a 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -382,6 +382,7 @@
"use_path_request_style"
"url=https://s3.tammi.cc"
"passwd_file=${config.age.secrets.s3fs.path}"
+ "x-systemd.automount"
"x-systemd.after=network-online.target"
];
};
@@ -400,6 +401,7 @@
"use_path_request_style"
"url=https://s3.tammi.cc"
"passwd_file=${config.age.secrets.s3fs.path}"
+ "x-systemd.automount"
"x-systemd.after=network-online.target"
];
};