diff options
Diffstat (limited to 'home/machines/chupacabra.nix')
-rw-r--r-- | home/machines/chupacabra.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/machines/chupacabra.nix b/home/machines/chupacabra.nix index c0d1fce431fb..86be9b361ddf 100644 --- a/home/machines/chupacabra.nix +++ b/home/machines/chupacabra.nix @@ -2,6 +2,13 @@ let laptopKeyboardId = "25"; in { + imports = [ + ../platforms/linux.nix + + ../modules/common.nix + ../modules/games.nix + ]; + system.machine = { wirelessInterface = "wlp59s0"; i3FontSize = 9; |