my terrible dotfiles

update inputs

Changed files
+16 -16
modules
desktop
+15 -15
flake.lock
··· 343 343 "xwayland-satellite-unstable": "xwayland-satellite-unstable" 344 344 }, 345 345 "locked": { 346 - "lastModified": 1764595404, 347 - "narHash": "sha256-FMKDx+r0c7L1ekkIt2dNYgvXULVfSCDN9zXnAOnArew=", 346 + "lastModified": 1764683594, 347 + "narHash": "sha256-hWFL1ZJCHx2DdusmWFkNPmIPx5cx0ncQORYXUH/zsQg=", 348 348 "owner": "sodiboo", 349 349 "repo": "niri-flake", 350 - "rev": "36483fec897fc0c336b3075b3b2d387edac71c9e", 350 + "rev": "e6076aa9ff269a723cf8f558ee7471c4efce3a67", 351 351 "type": "github" 352 352 }, 353 353 "original": { ··· 376 376 "niri-unstable": { 377 377 "flake": false, 378 378 "locked": { 379 - "lastModified": 1764485473, 380 - "narHash": "sha256-RlGEcuZFB/IdvYLrYsf0RpgvNtCMyIuBLt3lS+GZvP8=", 379 + "lastModified": 1764678181, 380 + "narHash": "sha256-TMs2Px19UAG06zITXAH7efl7X8G7BDyMCy1ilX/8wy0=", 381 381 "owner": "YaLTeR", 382 382 "repo": "niri", 383 - "rev": "311ca6b5da19f5acd7d3e481620de57240ce8f7c", 383 + "rev": "f874b2fce50e0f7ba21e270c86cfa168a1506b82", 384 384 "type": "github" 385 385 }, 386 386 "original": { ··· 413 413 }, 414 414 "nixpkgs": { 415 415 "locked": { 416 - "lastModified": 1764592950, 417 - "narHash": "sha256-z7GszRRaWRV5Di+eKrSVRFZV+cMSZu/U671fieVY/lA=", 416 + "lastModified": 1764681420, 417 + "narHash": "sha256-wH2PHY/meAyRHxoqkYwP/7j7Atx/3DFYQqWZuCFWN94=", 418 418 "owner": "nixos", 419 419 "repo": "nixpkgs", 420 - "rev": "cf7523d9f72b36df34955fc11043079ae4ad9aaf", 420 + "rev": "54d23b86829900013a46c60c17d9d75717e03124", 421 421 "type": "github" 422 422 }, 423 423 "original": { ··· 469 469 "systems": "systems_2" 470 470 }, 471 471 "locked": { 472 - "lastModified": 1764611906, 473 - "narHash": "sha256-8UbK91SY+IN93IsA59G1W0IclCCgJ95DhNxi9b1YLHw=", 472 + "lastModified": 1764663787, 473 + "narHash": "sha256-nlW6BI2CiP6wlhjwpxOc8W6lMU9eaojAyVZFWlbQ/fg=", 474 474 "owner": "nix-community", 475 475 "repo": "nixvim", 476 - "rev": "ee6ccaae42fc032ca4678951b48f92c635cb8ebc", 476 + "rev": "2d8db68a8fd4a21e2017df167c6535499adc02d1", 477 477 "type": "github" 478 478 }, 479 479 "original": { ··· 646 646 "xwayland-satellite-unstable": { 647 647 "flake": false, 648 648 "locked": { 649 - "lastModified": 1764560400, 650 - "narHash": "sha256-Qz1WvGdawnoz4dG3JtCtlParmdQHM5xu6osnXeVOqYI=", 649 + "lastModified": 1764655870, 650 + "narHash": "sha256-YO31FdrzZUjOzjfgs4nvSH2scTtPUaw/eENi+LG+E74=", 651 651 "owner": "Supreeeme", 652 652 "repo": "xwayland-satellite", 653 - "rev": "9a71e77b1e06dbad4a472265e59b52ac83cbe00c", 653 + "rev": "6a5150c45c77c16ae4d79a8847a1cc1b2f26cc5c", 654 654 "type": "github" 655 655 }, 656 656 "original": {
+1 -1
modules/desktop/desktop.nix
··· 26 26 27 27 userDirs = { 28 28 enable = true; 29 - desktop = "/dev/null"; 29 + desktop = "${config.home.homeDirectory}/desktop"; 30 30 documents = "${config.home.homeDirectory}/docs"; 31 31 download = "${config.home.homeDirectory}/dl"; 32 32 music = "${config.home.homeDirectory}/music";