My NixOS configuration
Find a file
2025-06-02 17:30:34 +02:00
home-manager home-manager/dell: Install rg instead of ag as well as gitlab-ci-local 2025-06-02 17:30:34 +02:00
machines machines/smithers: Added battery warning via keyboard blinking 2025-04-02 22:02:11 +02:00
modules Update to 25.05 2025-05-29 17:41:27 +02:00
nix Update to 25.05 2025-05-29 17:41:27 +02:00
overlay@2344fc3edb Update to 25.05 2025-05-29 17:41:27 +02:00
roles modules/fonts: Fix nerdfonts and actually include overlay 2025-04-16 20:24:29 +02:00
secrets@b5be7037c1 Update to 25.05 2025-05-29 17:41:27 +02:00
users users: Update SSH keys 2024-11-25 20:52:33 +01:00
.gitmodules Added overlay submodule 2023-10-04 23:11:20 +02:00
customOptions.nix Add my.isLaptop variable 2024-04-04 21:23:04 +02:00
README.md Added dell.nix for work laptop 2023-08-15 14:52:40 +02:00

nixos-configuration

The NixOS configuration for my workstations.

Add required channel Channel

nix-channel --add https://channels.nixos.org/nixos-22.11 nixos
nix-channel --add https://channels.nixos.org/nixos-unstable nixos-unstable
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
nix-channel --update -v

Usage

Symlink /etc/nixos/configuration.nix to the corresponding machines/<hostname>/configuration.nix entry and just keep using nixos-rebuild like nothing happend.

My Dell work laptop

My employer gave me a laptop with Ubuntu installed and is not that happy with the idea of me running NixOS on it. Therefore I at least installed Home-Manager in standalone mode on it and created the dell.nix that can be used by symlinking it to ~/.config/home-manager/home.nix. This way I at least get recent versions of tools with all of my personal config for e.g. Neovim.