diff options
| author | Fuwn <[email protected]> | 2024-10-01 05:26:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 05:26:10 -0700 |
| commit | c818010d59042384c069be0637dc64c479c4463f (patch) | |
| tree | 9f8ed4b423545805d7b00ed86304beccc6b8720d /hosts/kansai/default.nix | |
| parent | disks: reformat himeji (diff) | |
| download | nixos-config-c818010d59042384c069be0637dc64c479c4463f.tar.xz nixos-config-c818010d59042384c069be0637dc64c479c4463f.zip | |
modules: add default pc programs
Diffstat (limited to 'hosts/kansai/default.nix')
| -rw-r--r-- | hosts/kansai/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kansai/default.nix b/hosts/kansai/default.nix index b1863e6..d4a3ff1 100644 --- a/hosts/kansai/default.nix +++ b/hosts/kansai/default.nix @@ -5,6 +5,7 @@ "${self}/modules/core" "${self}/modules/desktop" "${self}/modules/options" + "${self}/modules/pc" ]; networking.hostName = "kansai"; |