No description
  • Nix 97.7%
  • Just 2.3%
Find a file
2026-03-11 10:04:31 +01:00
.vscode dx: nixd completions 2025-08-19 16:35:27 +02:00
home feat: add bruno, reduce zram percentage on desktop 2026-02-18 11:54:20 +01:00
hosts chore: update packages 2026-03-11 10:04:31 +01:00
modules fix: disable docker autostart, load amdgpu driver on luks screen 2026-03-03 15:36:42 +01: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-03-11 10:04:31 +01:00
flake.nix chore: update packages, add check-changes command 2026-01-21 10:30:32 +01:00
justfile chore: update packages, add check-changes command 2026-01-21 10:30:32 +01: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