Skip to content
/ nixos Public

Personalized NixOS configs for devices and homelab

Notifications You must be signed in to change notification settings

V3ntus/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Configs

Personal NixOS configurations for multiple devices and homelab.

image

Hyprland + Gruvbox

image

Nixvim

image

Kitty + Gruvbox

image

Niri

Features

  • Zen kernel
  • Hyprland/Niri + Waybar config
  • Kitty + Oh-my-zsh + starship
  • Gruvbox theming
  • Autorotating wallpaper using swww

Usage

To build a system, run:

# nixos-rebuild switch --flake <path to repo>#<hostname>

Example:

# nixos-rebuild switch --flake /home/joe/repos/nixos_configs#joe-work

Debugging

$ nix flake check
# # or
# nixos-rebuild test --flake .#<hostname> --show-trace --option eval-cache false

Or to build a VM:

$ nixos-rebuild build-vm --flake .#<hostname>
$ QEMU_OPTS="-serial mon:stdio" QEMU_KERNEL_PARAMS=console=ttyS0 ./result/bin/run-nixos-vm

About

Personalized NixOS configs for devices and homelab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published