about summary refs log tree commit diff
path: root/users/fcuny/desktop.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 08:43:57 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 08:43:57 -0800
commite3dbbcc18c3c14d1eed79b9c05111306a55865ab (patch)
treee7d7aa19ac0328ef78de309f8e93c397deef4374 /users/fcuny/desktop.nix
parenthome-manager: fix typo for polybar (diff)
downloadworld-e3dbbcc18c3c14d1eed79b9c05111306a55865ab.tar.gz
home-manager: mpd and ncmpcpp configuration
Diffstat (limited to 'users/fcuny/desktop.nix')
-rw-r--r--users/fcuny/desktop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/desktop.nix b/users/fcuny/desktop.nix
index 46dd058..d52d596 100644
--- a/users/fcuny/desktop.nix
+++ b/users/fcuny/desktop.nix
@@ -52,6 +52,7 @@
   imports = [
     ./common.nix
     ./i3.nix
+    ./media.nix
     ./terminal.nix
   ];
 }