Nix configurations for my homelab
0

Configure Feed

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

basic.nix: enable less

This should maybe make the scroll wheel work properly when using
applications that invoke the pager (`nix log`, `git diff`, etc).

+10 -9
+9 -9
flake.lock
··· 102 102 ] 103 103 }, 104 104 "locked": { 105 - "lastModified": 1753983724, 106 - "narHash": "sha256-2vlAOJv4lBrE+P1uOGhZ1symyjXTRdn/mz0tZ6faQcg=", 105 + "lastModified": 1754085240, 106 + "narHash": "sha256-kVHCrTWEe8B1thAhFag1bk4QPY0ZP45V9vPbrwPHoNo=", 107 107 "owner": "nix-community", 108 108 "repo": "home-manager", 109 - "rev": "7035020a507ed616e2b20c61491ae3eaa8e5462c", 109 + "rev": "e102920c1becb114645c6f92fe14edc0b05cc229", 110 110 "type": "github" 111 111 }, 112 112 "original": { ··· 211 211 }, 212 212 "nixpkgs": { 213 213 "locked": { 214 - "lastModified": 1753948617, 215 - "narHash": "sha256-68ounbeMLJTO/Igq0rEqjldNReb/r2gR9zgLU2qiH7A=", 214 + "lastModified": 1754108024, 215 + "narHash": "sha256-PhWR4SlyiQxXbRenpYjC3JUoUyebekNlLDOWN6UyIZU=", 216 216 "owner": "NixOS", 217 217 "repo": "nixpkgs", 218 - "rev": "4f1a1d0af135001efc1a58c8f31ede7bb1045874", 218 + "rev": "2a208ee2481c43d67b020d7729a0193687a9d93f", 219 219 "type": "github" 220 220 }, 221 221 "original": { ··· 281 281 "rust-overlay": "rust-overlay" 282 282 }, 283 283 "locked": { 284 - "lastModified": 1753947194, 285 - "narHash": "sha256-bXZGkv6y5WDLzryKSQMW955tdhiTzEP9bcERUknQumg=", 284 + "lastModified": 1754133231, 285 + "narHash": "sha256-lJ17MfJyc3wITLCmfeyk5/Cb3M+bTY1bicmw1uH5diY=", 286 286 "owner": "roc-lang", 287 287 "repo": "roc", 288 - "rev": "2bb7a0a87d3e4a4f835c36f5fed6cc6f48126e6f", 288 + "rev": "ca67f24650835b7fc5d444b96de0e051f4515e07", 289 289 "type": "github" 290 290 }, 291 291 "original": {
+1
modules/basic.nix
··· 55 55 ]; 56 56 }; 57 57 58 + programs.less.enable = true; 58 59 security.polkit.enable = true; 59 60 60 61 services = {