me like nix
0

Configure Feed

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

install some stuff

author
Sean Aye
date (Aug 1, 2025, 11:19 AM -0400) commit fd03e7d0 parent 6c7b0e44 change-id zpuussnw
+9 -7
+4 -3
configuration.nix
··· 108 108 }; 109 109 110 110 services.udisks2.enable = true; 111 + services.tailscale.enable = true; 111 112 112 113 # Define a user account. Don't forget to set a password with ‘passwd’. 113 114 users.groups.storage = { }; ··· 141 142 142 143 # List packages installed in system profile. To search, run: 143 144 # $ nix search wget 144 - # environment.systemPackages = with pkgs; [ 145 - # wl-clipboard 146 - # ]; 145 + environment.systemPackages = with pkgs; [ 146 + wl-clipboard 147 + ]; 147 148 environment.variables = { 148 149 EDITOR = "hx"; 149 150 VISUAL = "hx";
+3 -3
flake.lock
··· 202 202 }, 203 203 "nixpkgs_4": { 204 204 "locked": { 205 - "lastModified": 1752480373, 206 - "narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=", 205 + "lastModified": 1753250450, 206 + "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", 207 207 "owner": "NixOS", 208 208 "repo": "nixpkgs", 209 - "rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08", 209 + "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", 210 210 "type": "github" 211 211 }, 212 212 "original": {
+2 -1
home.nix
··· 125 125 atac # postman-like TUI 126 126 rsync # file sync utility 127 127 udiskie # for mounting external drives 128 - # darktable # photo editing this wasn't working last time, try again in the future 128 + darktable # photo editing 129 129 zoxide 130 130 chromium 131 131 claude-code 132 132 nautilus # file browser 133 133 sqlitebrowser 134 134 gnome-characters # symbol picker 135 + sendme # file transfer 135 136 136 137 # --- FONTS ARE IMPORTANT --- 137 138 noto-fonts