init repos
This commit is contained in:
23
hosts/nixos-laptop/default.nix
Normal file
23
hosts/nixos-laptop/default.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/system/boot.nix
|
||||
../../modules/system/locale.nix
|
||||
../../modules/system/network.nix
|
||||
../../modules/system/users.nix
|
||||
../../modules/system/packages.nix
|
||||
../../modules/system/nfs.nix
|
||||
../../modules/desktop/hyprland.nix
|
||||
../../modules/desktop/audio.nix
|
||||
../../modules/desktop/fonts.nix
|
||||
../../modules/desktop/packages.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixos-laptop";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
Reference in New Issue
Block a user