the configuration for all my nixos machines (hacky! bad! ugly!)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

noctalia now locks the fucking screen

+4 -5
+4 -5
modules/home/profiles/desktop/niri.nix
··· 301 301 hideUnoccupied = false; 302 302 id = "Workspace"; 303 303 } 304 - { 305 - id = "ActiveWindow"; 306 - useFixedWidth = false; 307 - maxWidth = 400; 308 - } 309 304 ]; 310 305 right = [ 311 306 { ··· 334 329 }; 335 330 }; 336 331 general = { 332 + lockOnSuspend = true; 333 + }; 334 + idle = { 335 + enabled = true; 337 336 }; 338 337 location = { 339 338 monthBeforeDay = true;