Flake for my NixOS devices

Re-add htop, cool firefox extension

bwc9876.dev 23f6716b 4a2a7a8d

verified
+21 -12
+1
base/shell.nix
··· 22 22 just 23 23 nix-output-monitor 24 24 man-pages 25 + htop 25 26 ]; 26 27 }; 27 28
+9 -9
flake.lock
··· 136 136 ] 137 137 }, 138 138 "locked": { 139 - "lastModified": 1733085484, 140 - "narHash": "sha256-dVmNuUajnU18oHzBQWZm1BQtANCHaqNuxTHZQ+GN0r8=", 139 + "lastModified": 1733133928, 140 + "narHash": "sha256-gU40r9AfpIr4eq+0noM8yH1Hxf+EA3dqfIpFtQl8Y1E=", 141 141 "owner": "nix-community", 142 142 "repo": "home-manager", 143 - "rev": "c1fee8d4a60b89cae12b288ba9dbc608ff298163", 143 + "rev": "873e39d5f4437d2f3ab06881fea8e63e45e1d011", 144 144 "type": "github" 145 145 }, 146 146 "original": { ··· 196 196 }, 197 197 "nixos-hardware": { 198 198 "locked": { 199 - "lastModified": 1733066523, 200 - "narHash": "sha256-aQorWITXZu7b095UwnpUvcGt9dNJie/GO9r4hZfe2sU=", 199 + "lastModified": 1733139194, 200 + "narHash": "sha256-PVQW9ovo0CJbhuhCsrhFJGGdD1euwUornspKpBIgdok=", 201 201 "owner": "NixOS", 202 202 "repo": "nixos-hardware", 203 - "rev": "fe01780d356d70fd119a19277bff71d3e78dad00", 203 + "rev": "c6c90887f84c02ce9ebf33b95ca79ef45007bf88", 204 204 "type": "github" 205 205 }, 206 206 "original": { ··· 212 212 }, 213 213 "nixpkgs": { 214 214 "locked": { 215 - "lastModified": 1732837521, 216 - "narHash": "sha256-jNRNr49UiuIwaarqijgdTR2qLPifxsVhlJrKzQ8XUIE=", 215 + "lastModified": 1733015953, 216 + "narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=", 217 217 "owner": "NixOS", 218 218 "repo": "nixpkgs", 219 - "rev": "970e93b9f82e2a0f3675757eb0bfc73297cc6370", 219 + "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff", 220 220 "type": "github" 221 221 }, 222 222 "original": {
+1 -3
res/vencord/settings/quickCss.css
··· 1 - body { 2 - /* zoom: 150% !important; /* I like big UI :) */ 3 - } 1 + /* Holding space */
+9
roles/graphics/apps.nix
··· 1 1 {pkgs, ...}: { 2 + # Desktop entry to launch htop 3 + home-manager.users.bean.xdg.dataFile."applications/htop.desktop".text = '' 4 + [Desktop Entry] 5 + Type=Application 6 + Name=Htop 7 + Exec=foot --title="Htop" --app-id="htop" htop 8 + Icon=htop 9 + ''; 10 + 2 11 environment.systemPackages = with pkgs; [ 3 12 chromium 4 13
+1
roles/graphics/firefox.nix
··· 128 128 # Misc 129 129 "plasma-integration" # integration with MPRIS & KDE Connect 130 130 "keepassxc-browser" # integration with KeepassXC 131 + "meowad" # Replace ads on Twitter with :3 131 132 ]; 132 133 133 134 ExtensionSettings."*" = {