My dotfiles
Find a file
2025-02-21 11:50:02 +02:00
fish dotfiles 2025-02-18 23:28:13 +02:00
ghostty dotfiles 2025-02-18 23:28:13 +02:00
hypr dotfiles 2025-02-18 23:28:13 +02:00
nvim dotfiles 2025-02-18 23:28:13 +02:00
.editorconfig dotfiles 2025-02-18 23:28:13 +02:00
.gitignore dotfiles 2025-02-18 23:28:13 +02:00
.luarc.json dotfiles 2025-02-18 23:28:13 +02:00
flake.lock fix lexical 2025-02-21 11:50:02 +02:00
flake.nix fix lexical 2025-02-21 11:50:02 +02:00
home.nix dotfiles 2025-02-18 23:28:13 +02:00
LICENSE dotfiles 2025-02-18 23:28:13 +02:00
README.md dotfiles 2025-02-18 23:28:13 +02:00

Dotfiles

Usage

Either copy and paste anything you like, or use Nix home-manager (recommended)

  • Clone the repository (e.g into ~/.dotfiles) and cd into it (cd ~/.dotfiles)
  • Install Nix with flakes enabled
  • Edit flakes.nix, home.nix to your liking (add/remove packages, configs, etc.)
  • Double check your nix config, you'll probably want to edit them for yourself, especially things like the git config
  • On your first run: nix run home-manager/master -- switch --flake ~/.dotfiles
  • On subsequent runs: home-manager switch --flake ~/.dotfiles