No description
  • Nix 98.2%
  • Just 1.8%
Find a file
2026-06-16 14:51:33 +02:00
home feat(niri): workspace movement keybinds 2026-06-02 22:17:11 +02:00
hosts feat: noctalia, nixos 26.05 2026-05-31 14:20:28 +02:00
modules feat: noctalia, nixos 26.05 2026-05-31 14:20:28 +02:00
secrets feat: sync-nolog script 2025-10-18 00:10:13 +02:00
.envrc feat: devshell 2025-10-17 21:18:04 +02:00
.gitignore chore: update packages, add check-changes command 2026-01-21 10:30:32 +01:00
flake.lock chore: update packages 2026-06-16 14:51:33 +02:00
flake.nix chore: update packages, bump llama.cpp 2026-06-06 11:22:28 +02:00
justfile fix: more firewall magic 2026-04-24 12:14:29 +02:00
README.md feat: move to dms 2026-01-07 20:55:44 +01:00

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 dms wallpaper at least once to generate missing colors

To-do list

  • Syncthing