Add msi host
This commit is contained in:
parent
e8d8c1c788
commit
b93969cf34
8 changed files with 116 additions and 1 deletions
11
systems/msi/default.nix
Normal file
11
systems/msi/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./mullvad.nix
|
||||
./hyprland
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
networking.hostName = "msi";
|
||||
time.timeZone = "America/Vancouver";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue