NixOS configuration with dotfiles for my systems
  • Nix 88.4%
  • CSS 9.7%
  • Just 1.9%
Find a file
2026-06-20 13:57:34 +02:00
.forgejo/assets [shared] Update .gitea for .forgejo and added small section on systems 2025-10-21 15:41:44 +00:00
hosts remove podman from pi4 2026-06-20 13:54:39 +02:00
lib fix: More hyprland fixes and refactor 2026-06-20 13:23:56 +02:00
shared refactor: Refactor programs into modules with options 2026-06-20 13:51:50 +02: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
AGENTS.md feat(OpenCode): Init AGENTS.md 2026-03-22 14:37:38 +01:00
flake.lock fix: Various hypr fixes 2026-06-20 12:32:49 +02:00
flake.nix Remove inputs.version option 2026-06-20 13:57:34 +02:00
justfile fix: Incorrwct function in ssh and update kitchenowl 2026-06-13 11:47:50 +00:00
overlays.nix feat(Lix): Replace Nix with Lix 2026-01-07 18:16:56 +01:00
README.md docs: Update Readme 2026-01-10 17:28:42 +01:00
renovate.json Add default reviewers 2026-03-28 10:03:03 +00:00
shell.nix [shared] Replace Prettier with Biome 2025-08-11 20:48:52 +02:00
systems.nix Remove inputs.version option 2026-06-20 13:57:34 +02:00
TODO.md Add TODO.md 2026-05-23 18:58:08 +00:00
treefmt.nix refactor(opencode): Refactor into multiple files 2026-05-27 19:03:05 +00:00
web-services.nix Remove dev.martials.no from config 2026-05-28 19:18:05 +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 Microfetch

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 files, defined by Treefmt

  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 all the flake inputs
  just update

To update a single flake input

  just update zen-browser