Skip to content

Instantly share code, notes, and snippets.

View ajgringo619's full-sized avatar

ajgringo619

View GitHub Profile
@ajgringo619
ajgringo619 / configuration.nix
Last active July 6, 2024 23:18
My NixOS config using Hyper-V
# NOTE: this config contains a fair amount of user-specific settings, but I
# left them in as they provide working examples (Samba, systemd services, etc.).
#
# This config is designed for the Budgie Desktop, but can easily be adapted to
# any DE. For Hyper-V to work, blacklisting the hyperv_fb module was critical.
#
# I am also using GRUB instead of the default systemd-boot.
{ config, pkgs, ... }: