My dotfiles
Find a file
Nikos Papadakis a63fbca006
nvim
2025-01-29 11:43:27 +02:00
fish foot 2024-12-14 16:23:03 +02:00
ghostty rm foot 2024-12-28 12:39:44 +02:00
hypr ghostty 2024-12-28 12:05:18 +02:00
nvim nvim 2025-01-29 11:43:27 +02:00
.editorconfig nix 2023-09-25 00:23:23 +03:00
.gitignore nvim 2025-01-03 11:22:57 +02:00
.luarc.json initial commit 2023-01-01 16:16:21 +02:00
flake.lock nvim 2024-12-07 15:30:19 +02:00
flake.nix stuff 2025-01-03 22:28:41 +02:00
home.nix nvim 2025-01-29 11:43:27 +02:00
LICENSE initial commit 2023-01-01 16:16:21 +02:00
README.md ghostty 2024-12-28 12:05:18 +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