NixOS configuration with dotfiles for my systems
Find a file
2026-01-07 18:33:19 +01:00
.forgejo/assets [shared] Update .gitea for .forgejo and added small section on systems 2025-10-21 15:41:44 +00:00
hosts chore: Remove Homelab config 2026-01-07 18:33:19 +01:00
lib 🚚 [shared] Added shared config that shared desktop config inherits from 2025-05-20 21:52:00 +02:00
shared feat(Lix): Replace Nix with Lix 2026-01-07 18:16:56 +01:00
.gitattributes [shared] Sops nix for user passwords 2025-04-17 00:31:19 +02:00
.gitignore 🧹 Moved almost all files to /modules. Moved some code to separate files 2025-01-05 19:14:37 +01:00
.sops.yaml [nidaros] Update nidaros config 2025-10-14 18:24:56 +02:00
flake.lock feat: Replace formatters and pre-commit-hook with treefmt-nix 2026-01-06 19:38:37 +01:00
flake.nix feat: Replace formatters and pre-commit-hook with treefmt-nix 2026-01-06 19:38:37 +01:00
justfile feat: Replace formatters and pre-commit-hook with treefmt-nix 2026-01-06 19:38:37 +01:00
overlays.nix feat(Lix): Replace Nix with Lix 2026-01-07 18:16:56 +01:00
README.md feat: Replace formatters and pre-commit-hook with treefmt-nix 2026-01-06 19:38:37 +01:00
shell.nix [shared] Replace Prettier with Biome 2025-08-11 20:48:52 +02:00
systems.nix chore: Remove Homelab config 2026-01-07 18:33:19 +01:00
treefmt.nix feat: Replace formatters and pre-commit-hook with treefmt-nix 2026-01-06 19:38:37 +01:00
web-services.nix chore: Rename kitchenowl-dev to kitchenowl 2026-01-07 16:50:26 +00:00

NixOS Configurations

My NixOS configurations with dotfiles for my systems.

Screenshot of desktop

Uses

WM Hyprland
Shell Fish
Prompt Starship
Theme Catppuccin
GPU Nvidia
Panel Hyprpanel
Runner Rofi
Fetch Fastfetch

Systems

Systems configuration can be found at systems.nix

Commands

First time run, will create a shell with the minimum dependencies in order to download the rest

nix develop . --experimental-features 'nix-command flakes'
just switch-now

Scripts below will not run unless the necessary packages have been added to the path, either in a shell or by running nixos-rebuild

Format all .nix files

  just fmt

Rebuild and test Nix configuration

  • Will add all new files to git and format all nix-files
  just test

Rebuild and switch Nix configuration

  • Will add all new files to git and format all nix-files
  just switch

Update and switch

  • Will update the flake inputs, then switch if there are no errors
  just update

To update a single flake and rebuild

  just update zen-browser