flake
This commit is contained in:
parent
c3ae83514b
commit
5692444364
2 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||||
|
```
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
tmux
|
tmux
|
||||||
nvim
|
neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
# Example: link dotfiles without forcing overwrite
|
# Example: link dotfiles without forcing overwrite
|
||||||
|
|
Loading…
Add table
Reference in a new issue