NixOS configuration with dotfiles for my systems
  • Nix 89%
  • CSS 9.1%
  • Just 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Martin Berg Alstad 9e5f63f745
All checks were successful
ci/woodpecker/cron/flake-check Pipeline was successful
feat(woodpecker): Update generate command to use plugin
2026-08-22 07:55:15 +00:00
.forgejo/assets [shared] Update .gitea for .forgejo and added small section on systems 2025-10-21 15:41:44 +00:00
hosts Disable forgejo-runner on nidaros 2026-08-01 19:55:40 +02:00
lib fix: More hyprland fixes and refactor 2026-06-20 13:23:56 +02:00
pkgs feat(woodpecker): Init woodpecker mcp 2026-08-12 20:29:35 +00:00
shared feat(woodpecker): Update generate command to use plugin 2026-08-22 07:55:15 +00: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 feat(woodpecker): Init woodpecker mcp 2026-08-12 20:29:35 +00:00
flake.nix feat(woodpecker): Init woodpecker mcp 2026-08-12 20:29:35 +00:00
justfile Add renovate lint to justfile 2026-07-16 15:50:59 +00:00
overlays.nix feat(woodpecker): Init woodpecker mcp 2026-08-12 20:29:35 +00:00
README.md docs: Update Readme 2026-01-10 17:28:42 +01:00
renovate.json fix(renovate): Fix woodpecker cudtom paths 2026-08-06 20:11:24 +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 linkwarden from webServices 2026-07-31 12:15:01 +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