No description
Find a file
Erwin Boskma ff5b532303
Updates: flake.lock
Flake lock file updates:

• Updated input 'ghostty':
    'github:ghostty-org/ghostty/29c2f095a6bb73f2579bc1adfa5833dbe3e3ef0a?narHash=sha256-hWDDKYpLDS8/146mZh726UEO8HottjwqNkxcvJ04lHA%3D' (2025-01-08)
  → 'github:ghostty-org/ghostty/2d7706ec4f7042b9072d3b8ac8ea496dee209bc8?narHash=sha256-SiG2B2KfU4BIOggrJJa9nKoagXtLXWWo9vXJ88a%2Bls8%3D' (2025-01-09)
• Updated input 'home-manager':
    'github:nix-community/home-manager/5c4302313d9207f7ec0886d68f8ff4a3c71209a1?narHash=sha256-kPDXF6cIPsVqSK08XF5EC6KM7BdMnM9vtJDzsnf%2BlLU%3D' (2025-01-07)
  → 'github:nix-community/home-manager/d4aebb947a301b8da8654a804979a738c5c5da50?narHash=sha256-RyrX0WFXxFrYvzHNLTIyuk3NcNl3UBykuYru/P0zW5E%3D' (2025-01-09)
• Updated input 'microvm':
    'github:astro/microvm.nix/2ae08de8e8068b00193b9cfbc0acc9dfdda03181?narHash=sha256-CeYsC8J2dNiV2FCQOxK1oZ/jNpOF2io7aCEFHmfi95U%3D' (2024-12-24)
  → 'github:astro/microvm.nix/3394c37bc8105c54f45b2b5395428a09647c1f57?narHash=sha256-oNIfJUvQFhFKmNp7MfKw0IghOoKBLBgPPrVolN2M18A%3D' (2025-01-09)
• Updated input 'naersk':
    'github:nix-community/naersk/38a563a865a0218d9f30f14333327aafc40eea75?narHash=sha256-VaZlkrcfZOl85fz3o%2BGnNv%2BFkMG4RtnZA1eVa6v2TJs%3D' (2025-01-07)
  → 'github:nix-community/naersk/0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce?narHash=sha256-BwMekRuVlSB9C0QgwKMICiJ5EVbLGjfe4qyueyNQyGI%3D' (2025-01-09)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/8f3e1f807051e32d8c95cd12b9b421623850a34d?narHash=sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs%2BrI%3D' (2025-01-04)
  → 'github:nixos/nixpkgs/bffc22eb12172e6db3c5dde9e3e5628f8e3e7912?narHash=sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc%2Bc2c%3D' (2025-01-08)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/a0b81d4fa349d9af1765b0f0b4a899c13776f706?narHash=sha256-IKrk7RL%2BQ/2NC6%2BQl6dwwCNZI6T6JH2grTdJaVWHF0A%3D' (2025-01-08)
  → 'github:oxalica/rust-overlay/1033caad3e26a56050de55ba0384df5ff0fa5ebd?narHash=sha256-e2SP1zV9CISHlYZwEhwT53N9CW7yPh0tKTR0vuQqiWc%3D' (2025-01-09)
2025-01-09 14:55:00 +01:00
.forgejo/workflows Add Forgejo workflow to check flake 2024-01-25 12:42:14 +01:00
home-manager/modules Add swaylock module and update swaylock calls 2025-01-07 16:50:16 +01:00
incus-conf Add incus container template 2024-11-16 17:37:07 +01:00
lib Set up Bluesky PDS 2024-12-03 23:41:09 +01:00
machines mimir: Disable cudaSupport due to breakage 2025-01-08 09:09:44 +01:00
modules greetd: fix GTK theme configuration 2025-01-08 13:59:34 +01:00
overlays factorio: 2.0.23 -> 2.0.28 2025-01-06 13:24:52 +01:00
pkgs pds/pdsadmin: 0.4.67 -> 0.4.74 2024-12-20 11:19:26 +01:00
users Switch to Colloid theme 2025-01-07 20:42:34 +01:00
wallpapers Add Space Shuttle Endeavour wallpaper 2023-10-05 15:02:14 +02:00
.dir-locals.el dir-locals: Revert back to nixfmt 2024-04-23 16:30:56 +02:00
.envrc envrc: add shebang 2024-07-09 21:34:30 +02:00
.gitattributes Mark flake.lock as binary for merge conflicts 2024-01-23 13:40:29 +01:00
.gitignore Remove terraform stuff 2024-01-09 22:25:14 +01:00
.projectile Update flake.lock, update kernel version 2022-03-23 15:42:32 +01:00
.sops.yaml Add searchnx container 2024-12-23 17:10:40 +01:00
flake.lock Updates: flake.lock 2025-01-09 14:55:00 +01:00
flake.nix ghostty: Use GitHub URL 2024-12-29 17:30:45 +01:00
Justfile Use new colmena option so it can handle a dirty flake 2024-11-15 12:12:04 +01:00
README.org Replace exa with eza, because the former is unmaintained 2023-09-11 20:11:08 +02:00
statix.toml Add pre-commit hooks and fix style issues 2022-11-19 20:00:54 +01:00

Erwin's NixOS config

This configures my machines.

Useful oneliners

Remove all files except the smallest

$ ls -s size | head -n 1 | xargs stat -c %s | awk '{print $1 + 1}' | xargs -I '%S' fd -S +%Sb -X rm {} \;
cmd Explanation
ls -s size List all files, sort by size (ls is aliased to eza in my setup)
head -n 1 Take the first line
xargs stat -c %s Print the size in bytes
awk '{print $1 + 1} Add one to it
xargs -I '%S' fd -S +%Sb -X rm {} \; Find all files larger than the smallest and delete them