updaed vscode for owrk
home managerrr
nix and flux
My dotfiles.
Managed using files.
I'm starting to use home-manager for every dotfile management since my laptop is running nixos+home-manager and since I wanna move to nixos at 100%.
Needed steps to get it running on my arch system are the following.
nix
package (wiki)nix-daemon
nix-users
group (usermod -aG nix-users $USER
)nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
nix-channel --add https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz home-manager
nix-channel --update
$NIX_PATH
to $HOME/.nix-defexpr/channels
nix-shell '<home-manager>' -A install
todo since idk if theres more for now