Commit 49a415c

HPCesia <me@hpcesia.com>
2025-11-25 07:20:34
fix: niri screenshot path
1 parent a6682b2
Changed files (1)
modules
desktop
desktop-environment
discrete
modules/desktop/desktop-environment/discrete/wm/niri/default.nix
@@ -29,7 +29,7 @@
     ...
   }: {
     programs.niri.settings = {
-      screenshot-path = "${config.xdg.userDirs.pictures}/Screenshots";
+      screenshot-path = "${config.xdg.userDirs.pictures}/Screenshots/Screenshot_%Y-%m-%d_%H-%M-%S.png";
       xwayland-satellite = {
         enable = true;
         path = lib.getExe pkgs.xwayland-satellite;