No description
Find a file
alsaiduq-lab d96c914844 updates
seems to be the method to nixify a vps on my vps.
2026-01-02 19:12:50 -07:00
home-manager changed 2026-01-01 20:28:16 -07:00
hosts updates 2026-01-02 19:12:50 -07:00
pkgs fixed 2025-12-26 17:19:50 -07:00
.gitignore revisions 2025-10-10 23:11:41 -06:00
flake.lock fixed 2026-01-01 21:19:54 -07:00
flake.nix updates 2026-01-02 19:12:50 -07:00
README.md added 2026-01-01 20:28:16 -07:00
settings.nix revisions 2025-10-10 23:11:41 -06:00

Cobray's dotfiles

My config for Hyprland desktop that I normally use as my daily driver (read: all my bloat).

Useful commands

list generations

nix-env --list-generations

perform garbage collection by deleting old derivations

nix-collect-garbage --delete-old

recommeneded to sometimes run as sudo to collect additional garbage

sudo nix-collect-garbage -d

as a separation of concerns - you will need to run this command to clean out boot

sudo /run/current-system/bin/switch-to-configuration boot

rollback to previous generation

sudo nixos-rebuild switch --rollback

bonus: in case you're stuck in some limbo state

sudo /run/current-system/sw/bin/nixos-rebuild switch --flake .