Laptop, desktop, and home lab flake featuring Hyprland, Sway, declarative containers, a reverse proxy, and more.
Find a file
Aly Raffauf c4b8a2d168
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
kitty: add background blur
2024-10-24 22:30:33 -04:00
.github/workflows github: build packages every push 2024-10-19 15:29:13 -04:00
_img README.md: update features and screenshots 2024-08-15 20:46:05 -04:00
common wifi: replace wallace with norman 2024-10-23 13:52:25 -04:00
disko reuse disko configs where possible 2024-09-23 23:59:07 -04:00
flake clean-install: prompt for host 2024-07-17 11:07:29 -04:00
homeManagerModules kitty: add background blur 2024-10-24 22:30:33 -04:00
homes upgrade 24.05 -> unstable; add pacifidlog (#114) 2024-10-14 23:53:48 -04:00
hosts pacifidlog: set STEAM_EXTRA_COMPAT_TOOLS_PATHS to search path of config.programs.steam.extraCompatPackages 2024-10-22 00:16:50 -04:00
hwModules hwModules: integrate legion go improvements (#138) 2024-10-20 17:29:15 -04:00
nixosModules upgrade 24.05 -> unstable; add pacifidlog (#114) 2024-10-14 23:53:48 -04:00
overlays pkgs: add rofi-bluetooth (#133) 2024-10-19 15:25:56 -04:00
pkgs rofi-bluetooth: fix spelling error in repo name 2024-10-24 19:20:50 -04:00
secrets wifi: replace wallace with norman 2024-10-23 13:52:25 -04:00
userModules tree-wide: drop petalburg (#129) 2024-10-18 15:44:19 -04:00
.envrc flake: add devShelland direnv 2024-09-05 22:41:27 -04:00
.gitignore flake: add devShelland direnv 2024-09-05 22:41:27 -04:00
.gitlab-ci.yml code cleanup (#47) 2024-07-18 21:05:35 -04:00
flake.lock pacifidlog: theme -> default-dark; set new legion wallpaper (#139) 2024-10-21 00:10:40 -04:00
flake.nix hwModules: integrate legion go improvements (#138) 2024-10-20 17:29:15 -04:00
LICENSE.md hosts: add READMEs (#50) 2024-07-20 19:41:51 -04:00
README.md README: update outputs 2024-10-19 15:09:06 -04:00

nixcfg

My comprehensive NixOS flake for managing my laptop, desktop, gaming handheld, and home lab environments.

Features

  • Hyprland: Dynamic tiling Wayland compositor and window manager.
  • SteamOS UI: Steam Big Picture Mode + gaming optimizations for Lenovo Legion Go.
  • Stylix: Auto-gnerated base16 themes for the whole desktop.
  • Encryption: Encrypted boot drives with Secure Boot and LUKS with TPM decryption.
  • Home Lab: Media, file sharing, and more, split between two PCs with efficient routing via reverse proxy.

Inputs

This flake takes a variety of upstream and third party flakes as inputs:

  • agenix: secrets storage and orchestration.
  • disko: declarative partitions and disk configuration.
  • home-manager: declarative dotfile and user package management.
  • hyprland: great dynamic tiling wayland compositor.
  • iio-hyprland: autorotate daemon for Hyprland.
  • jovian: steam deck UI + optimizations.
  • lanzaboote: secure boot for NixOS.
  • nur: extra packages from the nix user repository.
  • stylix: system-wide color schemes and typography.
  • sway: fantastic, rock-solid tiling compositor for wayland.

Outputs

  • homeManagerModules.aly: my home-manager config.
  • homeManagerModules.default: app modules + everything you need for a competent Hyprland desktop (and a few others).
  • homeManagerModules.dustin: my husband's home-manager config.
  • nixosModules.common: various common modules specific to my hosts.
  • nixosModules.nixos: opinionated desktop, app, and service options.
  • nixosModules.users: basic user configuration options.
  • overlays.default: adds every package output to nixpkgs.
  • overlays.rofi-bluetooth: overlays rofi-bluetooth with custom patches.
  • overlays.tablet: tablet optimizations, mainly for electron apps.

In addition, this flake outputs NixOS configurations, home-manager configurations, and various hardware modules for all of my hosts and users.

Deploying to NixOS

Each hardware configuration is host-specific. If you fork this repository, add a host configuration for your own hardware. Secrets are encrypted with agenix and will not be available without the private decryption keys.

Enabling Flakes

While widely used and considered stable, flakes are still considered experimental. To enable Flakes, add the following lines to your configuration.nix and rebuild.

nix.settings.experimental-features = [ "nix-command" "flakes" ];

Alternatively, pass --experimental-features "nix-command flakes" to nix to temporarily use flakes.

Building Flake

In order to deploy this Flake on your host, run the following command:

sudo nixos-rebuild boot --flake github:alyraffauf/nixcfg#$HOSTNAME

Substitute $HOSTNAME for whichever hostname you have chosen. Reboot to apply the flake's configuration for the chosen host.

Installing from Live USB

If you want to install NixOS from this flake, run the following commands, ideally from a NixOS live environment, providing the hostname associated with a NixOS configuration specified in flake.nix when prompted.

sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg