This commit is contained in:
Oshgnacknak 2025-09-06 20:35:17 +02:00
parent c3ae83514b
commit 5692444364
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,9 @@
# dotfiles # dotfiles
This repo will hold a copy of most of my dotfiles. This repo will hold a copy of most of my dotfiles.
## flake.nix
You can use these dotfiles ad-hoc under nixos using:
```bash
nix run nixpkgs#home-manager -- switch --impure --flake "https://git.oshgnacknak.de/Oshgnacknak/dotfiles.pub"
```

View file

@ -33,7 +33,7 @@
ripgrep ripgrep
fd fd
tmux tmux
nvim neovim
]; ];
# Example: link dotfiles without forcing overwrite # Example: link dotfiles without forcing overwrite