aboutsummaryrefslogtreecommitdiff
path: root/host/asterix.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-23 22:07:03 +0100
committerAdrian Kummerlaender2019-01-23 22:07:03 +0100
commita8b399b3941f2df6e357372c4c36ab931e407081 (patch)
tree4c1a572867ce85335edfd5678b24484d32dda970 /host/asterix.nix
parenta2d664fbbbc2b8983c1e5c74dcdbba8bf06e27f5 (diff)
downloadnixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar.gz
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar.bz2
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar.lz
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar.xz
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.tar.zst
nixos_home-a8b399b3941f2df6e357372c4c36ab931e407081.zip
Add athena-specific config
It remains to be seen how to integrate highdpi-specific stuff.
Diffstat (limited to 'host/asterix.nix')
-rw-r--r--host/asterix.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/asterix.nix b/host/asterix.nix
index 925713c..1594c6f 100644
--- a/host/asterix.nix
+++ b/host/asterix.nix
@@ -9,8 +9,7 @@
home.packages = let
mypkgs = import (fetchTarball "https://pkgs.kummerlaender.eu/nixexprs.tar.gz") { };
in [
- # only asterix has a 3g modem
- mypkgs.modem-manager-gui
pkgs.networkmanager_dmenu
+ pkgs.acpi
];
}