No description
- Nix 97.7%
- Just 2.3%
| .vscode | ||
| home | ||
| hosts | ||
| modules | ||
| secrets | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| README.md | ||
RisaI's dotfiles
Dotfiles for my Linux systems running NixOS.
Usage
- Enable flakes:
# /etc/nixos/configuration.nix
{ pkgs, ... }: {
# ...
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
}
- Pull the repo
$ nix-shell -p git
$ git clone https://code.nolog.cz/risai/dotfiles ~/.config/dotfiles
- Use the configuration
# Also available as `just apply`
$ nixos-rebuild --flake ~/.config/dotfiles --use-remote-sudo switch
- Change
dmswallpaper at least once to generate missing colors
To-do list
- Syncthing