mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
20 lines
426 B
Nix
20 lines
426 B
Nix
{
|
|
imports = [
|
|
./common.nix
|
|
../modules/networking.nix
|
|
../modules/bluetooth.nix
|
|
../modules/games/steam.nix
|
|
../modules/games/minecraft.nix
|
|
../modules/fonts.nix
|
|
../modules/packages.nix
|
|
../modules/hyprland
|
|
../modules/tex.nix
|
|
];
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
networking.hostName = "laptop";
|
|
|
|
system.stateVersion = "23.11";
|
|
home-manager.users.may.home.stateVersion = "25.11";
|
|
}
|