Bohdan's terminal configuration
0
fork

Configure Feed

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

nix: flake update

nix: disabled `skim`, `highlight`, `desktop_notifications`, and `bson` Nushell plugins

bpavuk db353483 b2a8280b

+16 -16
+12 -12
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1772569491, 11 - "narHash": "sha256-bdr6ueeXO1Xg91sFkuvaysYF0mVdwHBpdyhTjBEWv+s=", 10 + "lastModified": 1773093840, 11 + "narHash": "sha256-u/96NoAyN8BSRuM3ZimGf7vyYgXa3pLx4MYWjokuoH4=", 12 12 "owner": "nix-community", 13 13 "repo": "home-manager", 14 - "rev": "924e61f5c2aeab38504028078d7091077744ab17", 14 + "rev": "bb014746edb2a98d975abde4dd40fa240de4cf86", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1772542754, 26 - "narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", 25 + "lastModified": 1772963539, 26 + "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", 27 27 "owner": "nixos", 28 28 "repo": "nixpkgs", 29 - "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", 29 + "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", 30 30 "type": "github" 31 31 }, 32 32 "original": { ··· 81 81 "systems": "systems" 82 82 }, 83 83 "locked": { 84 - "lastModified": 1772622626, 85 - "narHash": "sha256-Tf3y+GIGhMyQ0BO/jXdJl04+fmFNvPy+JTtHf3sL9pc=", 84 + "lastModified": 1773099334, 85 + "narHash": "sha256-ciiNQFZ2m2JOEDDg9ZZxOuxykl4Aw/2C1EQsOcq+F+E=", 86 86 "owner": "vicinaehq", 87 87 "repo": "vicinae", 88 - "rev": "05d72c31862040c0ab497abc58159e778171e046", 88 + "rev": "2a427670116461a4ce0207db2c089aee9f40428e", 89 89 "type": "github" 90 90 }, 91 91 "original": { ··· 104 104 ] 105 105 }, 106 106 "locked": { 107 - "lastModified": 1772607043, 108 - "narHash": "sha256-3JbzqdlryCP9p/6qwJ6MHUAuSpim7g5kSCC+eJtsqVk=", 107 + "lastModified": 1773117756, 108 + "narHash": "sha256-47P/mNwhBao57SDfEMQqWPrK8GEUCcVj/Bb24390BDk=", 109 109 "owner": "0xc000022070", 110 110 "repo": "zen-browser-flake", 111 - "rev": "caeeedc42f039ca84336b51bd386fd96fe3188ea", 111 + "rev": "bb5e69d7f82c0a58ad11b5ae46755c44772e335c", 112 112 "type": "github" 113 113 }, 114 114 "original": {
+4 -4
nixos/home/development/zsh.nix
··· 21 21 environmentVariables = config.home.sessionVariables; 22 22 plugins = with pkgs.nushellPlugins; [ 23 23 # units 24 - skim 24 + # skim 25 25 semver 26 26 query 27 27 polars 28 28 # net 29 - highlight 29 + # highlight 30 30 gstat 31 31 formats 32 - desktop_notifications 32 + # desktop_notifications 33 33 # dbus 34 - bson 34 + # bson 35 35 ]; 36 36 }; 37 37