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