aboutsummaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-24 19:09:10 +0100
committerAdrian Kummerlaender2019-01-24 19:09:10 +0100
commit906f3178a8776c0c1afa24a77e77365ded9a5b05 (patch)
treeefafe4c43e30b0d9a1e94cb638d32486bae4cb13 /host/athena.nix
parenta8b399b3941f2df6e357372c4c36ab931e407081 (diff)
downloadnixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar.gz
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar.bz2
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar.lz
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar.xz
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.tar.zst
nixos_home-906f3178a8776c0c1afa24a77e77365ded9a5b05.zip
Add networkmanager_dmenu config
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 6ebe90d..d17e618 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -3,10 +3,10 @@
{
imports = [
../gui/default.nix
+ ../gui/networkmanager-dmenu.nix
];
home.packages = with pkgs; [
- networkmanager_dmenu
acpi
xorg.xbacklight
];