~artemis/files

My dotfiles
updaed vscode for owrk
home managerrr
nix and flux

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~artemis/files
read/write
git@git.sr.ht:~artemis/files

You can also use your local clone with git send-email.

#.files

My dotfiles.

Managed using files.

#home-manager segment

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.

  1. Install the nix package (wiki)
  2. Enable nix-daemon
  3. Add my user to the nix-users group (usermod -aG nix-users $USER)
  4. Base channel configuration (adding the two channels listed below, adpating the nixpkgs version to the latest stable release, then updating)
    • 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
  5. Set $NIX_PATH to $HOME/.nix-defexpr/channels
  6. Install home-manager by running nix-shell '<home-manager>' -A install

todo since idk if theres more for now

Do not follow this link