NixOS configuration with dotfiles for my systems
  • Nix 86.7%
  • CSS 11.1%
  • Just 2.2%
Find a file
2026-03-14 18:41:59 +01:00
.forgejo/assets [shared] Update .gitea for .forgejo and added small section on systems 2025-10-21 15:41:44 +00:00
hosts thinkpad: Enable DotNet 2026-03-10 18:25:12 +01:00
lib refactor: Change url to domain in webServices 2026-01-10 17:22:07 +00:00
shared Update edit predictions and add dockerfile and sql extention 2026-03-14 18:41:59 +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 chore: Update flake inputs 2026-02-19 18:50:28 +00:00
flake.nix refactor: Move webService helper functions to my lib 2026-01-10 18:08:03 +01:00
justfile feat(Nextcloud): Disable normal login 2026-03-07 13:54:17 +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
shell.nix [shared] Replace Prettier with Biome 2025-08-11 20:48:52 +02:00
systems.nix chore: Simplify systems config by removing recursiveUpdate 2026-01-10 17:20: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 feat(Nginx): Add Toolbox 2026-03-03 19:30:38 +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