No description
Find a file
alsaiduq-lab ff280e0c9a removed
dont use it anymore
2026-03-13 00:28:15 -06:00
home-manager quick changes 2026-03-13 00:17:42 -06:00
hosts removed 2026-03-13 00:28:15 -06:00
pkgs removed 2026-03-13 00:28:15 -06:00
secrets vps update 2026-03-13 00:19:07 -06:00
.gitignore revisions 2025-10-10 23:11:41 -06:00
.sops.yaml vps update 2026-03-13 00:19:07 -06:00
flake.lock vps update 2026-03-13 00:19:07 -06:00
flake.nix removed 2026-03-13 00:28:15 -06:00
README.md updated 2026-03-06 21:50:44 -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 run nixpkgs#nh -- clean all

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 .