From c1613f180ed684a5f786d49ccd2d7afda6ca3f0d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 7 Jan 2023 21:37:01 +0100 Subject: [PATCH] Joycond support --- thor/configuration.nix | 1 + thor/hm.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index 2a2b695..2332052 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -107,6 +107,7 @@ with lib; { enable = true; # package = pkgs.gnome3.gvfs; }; + joycond.enable = true; keybase.enable = true; onedrive.enable = true; openssh = { diff --git a/thor/hm.nix b/thor/hm.nix index d361856..d917b4c 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -95,7 +95,7 @@ ../hm_modules/blender.nix ../hm_modules/bspwm.nix ../hm_modules/cava.nix - # ../hm_modules/dunst.nix + ../hm_modules/dunst.nix ../hm_modules/easyeffects.nix ../hm_modules/fonts.nix # ../hm_modules/gnome_shell.nix @@ -132,7 +132,7 @@ ../hm_modules/syncthing.nix ../hm_modules/terminator.nix ../hm_modules/thunar.nix - ../hm_modules/twmn.nix + # ../hm_modules/twmn.nix ../hm_modules/update_background.nix ../hm_modules/webapp.nix ../hm_modules/xidlehook.nix