My nix based configuration
Find a file
JuliusFreudenberger 348bc866b7 Add initial sway configuration
Still misses configuration for login screen, lock screen and idle
management.
2026-02-09 23:30:53 +01:00
devshells Update devshells to 25.11 2025-12-24 23:20:51 +01:00
home Add initial sway configuration 2026-02-09 23:30:53 +01:00
hosts Add initial sway configuration 2026-02-09 23:30:53 +01:00
modules Add initial sway configuration 2026-02-09 23:30:53 +01:00
overlays Initial commit 2025-01-14 01:29:24 +01:00
pkgs Add nemo-engrampa extension 2025-03-04 15:47:50 +02:00
users Add initial sway configuration 2026-02-09 23:30:53 +01:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Update flake.lock 2026-02-08 12:28:32 +01:00
flake.nix Add essential cli tools to home-manager 2026-02-08 19:04:00 +01:00
README.md Add --flake option to command in README 2025-01-18 20:41:05 +02:00

Nix Configuration

This repository is home to the nix code that builds my systems.

Why Nix?

Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.

How to install Nix and Deploy this Flake?

After installed NixOS with nix-command & flake enabled, you can deploy this flake with the following command:

sudo nixos-rebuild switch --flake .#nixos-test