lolwierd / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

just run nsu. if you've already ran make nix from root folder once.

https://www.gnu.org/software/stow/

using sudo mount --bind /etc/nixos/ ./nixos for now. doesn't feel right but works BETTER: sudo ln -s (pwd)/nixos/configuration.nix /etc/nixos/configuration.nix

After manually copying and building the config first ofc.

Simlinking/stow does not work maybe cause of flakes. -I does not work. getting into the dir and just --flakes . does not work.

At this point idc. ill just copy the files the first time i setup a new nixos machine :).

make link to stow nvim, kitty, doom config. zsh and tmux managed by nix.

For flakes in git repos, only files in the working tree will be copied to the store.
Therefore, if you use git for your flake, ensure to git add any project files after you first create them.

mb og.

sudo nixos-rebuild switch --flake ./nixos or make nix

About


Languages

Language:Nix 57.9%Language:Lua 25.5%Language:Emacs Lisp 16.3%Language:Makefile 0.3%