No description
Find a file
alsaiduq-lab b19dfaa13e hate nvidia
580 drivers still doodoo
2026-03-02 15:45:30 -07:00
home-manager moved 2026-03-02 15:44:11 -07:00
hosts hate nvidia 2026-03-02 15:45:30 -07:00
pkgs refactored 2026-03-02 03:38:24 -07:00
secrets refactored 2026-03-02 03:38:24 -07:00
.gitignore revisions 2025-10-10 23:11:41 -06:00
.sops.yaml refactored 2026-03-02 03:38:24 -07:00
flake.lock hate nvidia 2026-03-02 15:45:30 -07:00
flake.nix refactored 2026-03-02 03:38:24 -07:00
README.md added 2026-01-29 12:46:38 -07:00
settings.nix refactored 2026-03-02 03:38:24 -07:00

Cobray's dotfiles

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

Useful commands

if you're curious what's currently available you can run:

nix flake show github:alsaiduq-lab/nix-dotfiles

list generations

sudo nix-env --list-generations --profile /nix/var/nix/profiles/system

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 --flake . --rollback

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

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