mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2026-01-11 17:16:26 +01:00
My system configuration
| assets/wallpapers | ||
| colors/schemes | ||
| home-manager/kevin | ||
| nixos | ||
| restic | ||
| ssh/kevin | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Kevin's Dotfiles
This repo contains my personal dotfiles and configurations for my computers.
NixOS
I use NixOS as my main OS, and for that I have written a few modules in nixos/modules.
Are those settings perfect? No, but they are my opinionated defaults. 😜
Useful Commands
Generate Hash For Password File
mkpasswd -m sha-512
Edit / Create SOPS File
cd nixos
nix-shell -p sops --run "EDITOR=vim sops shared/secrets/passwords.yaml"
Create New AGE-Key
mkdir -p ~/.config/sops/age
nix-shell -p age --run "age-keygen -o ~/.config/sops/age/keys.txt"