aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-07-15 20:45:06 +0200
committerAdrian Kummerlaender2021-07-15 20:45:06 +0200
commit312393ec3af91fe4911b3df00d4258666e51b580 (patch)
treea5f9824052d7d9d05b0b405a3b3a54dea100ceb3 /host
parentc9af744f6763369b3067f27f4e7066fd2d66e13b (diff)
downloadnixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar.gz
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar.bz2
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar.lz
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar.xz
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.tar.zst
nixos_home-312393ec3af91fe4911b3df00d4258666e51b580.zip
Enable networkmanager, tray on hephaestus
Diffstat (limited to 'host')
-rw-r--r--host/hephaestus.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix
index 2289c15..e7c9514 100644
--- a/host/hephaestus.nix
+++ b/host/hephaestus.nix
@@ -3,6 +3,8 @@
{
imports = [
../gui/default.nix
+ ../gui/networkmanager.nix
+ ../gui/stalonetray.nix
];
custom.hidpi = false;