this repo has no description
1
fork

Configure Feed

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

Fix kdeconnect

Ben C fdffe002 1ac2579f

+14 -13
+12 -12
flake.lock
··· 31 31 ] 32 32 }, 33 33 "locked": { 34 - "lastModified": 1755511413, 35 - "narHash": "sha256-cBBF+nwGrSroN6ZewHPFaSThyCvwBxSZMdYEH8DxDx8=", 34 + "lastModified": 1755850042, 35 + "narHash": "sha256-YooO7k/ufm8KGVqSAV9edGkv3Cm07cvINSP478sWppo=", 36 36 "owner": "catppuccin", 37 37 "repo": "nix", 38 - "rev": "ca11a19d4e1d2ba5e6162f40cb71288551fd51dd", 38 + "rev": "233b344b42072b30a00fef1d8bb9ffb73bf1af3d", 39 39 "type": "github" 40 40 }, 41 41 "original": { ··· 286 286 ] 287 287 }, 288 288 "locked": { 289 - "lastModified": 1755755322, 290 - "narHash": "sha256-spCxkNihCk3uT3LUrUwzdEAjLA/E0EtEgF3KVI05nlM=", 289 + "lastModified": 1755810213, 290 + "narHash": "sha256-QdenO8f0PTg+tC6HuSvngKcbRZA5oZKmjUT+MXKOLQg=", 291 291 "owner": "nix-community", 292 292 "repo": "home-manager", 293 - "rev": "282b4c98de97da6667cb03de4f427371734bc39c", 293 + "rev": "6911d3e7f475f7b3558b4f5a6aba90fa86099baa", 294 294 "type": "github" 295 295 }, 296 296 "original": { ··· 428 428 "systems": "systems_2" 429 429 }, 430 430 "locked": { 431 - "lastModified": 1755741137, 432 - "narHash": "sha256-YnpE/fOL3H8cJZ9by/YmeNhIqOQdKuZRYA1L3+w6WsI=", 431 + "lastModified": 1755814403, 432 + "narHash": "sha256-2iULLpTIzhRF+7ppTlfAfTGqFJknKOPjjUHlm2lqFMs=", 433 433 "owner": "nix-community", 434 434 "repo": "nixvim", 435 - "rev": "91a38e66240c338e683421a4ee3f525d329fc4ad", 435 + "rev": "d96069b1e14c7d9b756cc7c1dcf59f04ef35756b", 436 436 "type": "github" 437 437 }, 438 438 "original": { ··· 607 607 ] 608 608 }, 609 609 "locked": { 610 - "lastModified": 1755743804, 611 - "narHash": "sha256-M6qT02voARH5e9eTXQBzpYIE/hAp6jPgBCyxLmw5uBM=", 610 + "lastModified": 1755830208, 611 + "narHash": "sha256-fMa/Hcg+4O2h+kl3gNPjtGSWPI8NtCl3LYMsejK6qGA=", 612 612 "owner": "oxalica", 613 613 "repo": "rust-overlay", 614 - "rev": "80322e975e27d834451d6b66e63f8abae9d74bf2", 614 + "rev": "802a7b97f8ff672ba2dec70c9e354f51f844e796", 615 615 "type": "github" 616 616 }, 617 617 "original": {
+2
nixosModules/graphics/shell.nix
··· 110 110 }; 111 111 }; 112 112 113 + kdeconnect.Service.Environment = lib.mkForce []; 114 + 113 115 mpris-idle-inhibit = mkShellService { 114 116 desc = "MPRIS Idle Inhibitor"; 115 117
-1
nixosModules/graphics/swaync.nix
··· 15 15 ]; 16 16 17 17 home-manager.users.bean.services.swaync = { 18 - # TODO: Remove after checking 19 18 enable = true; 20 19 settings = { 21 20 control-center-exclusive-zone = false;