diff --git a/hm_modules/ncspot.nix b/hm_modules/ncspot.nix new file mode 100644 index 0000000..adb24c5 --- /dev/null +++ b/hm_modules/ncspot.nix @@ -0,0 +1,9 @@ +{ + programs.ncspot = { + enable = true; + settings = { + use_nerdfont = true; + notify = true; + }; + }; +} diff --git a/odin/hm.nix b/odin/hm.nix index 07de3d7..729f14d 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -92,6 +92,7 @@ ../hm_modules/megasync.nix ../hm_modules/mpv.nix ../hm_modules/nautilus.nix + ../hm_modules/ncspot.nix ../hm_modules/nix-index.nix ../hm_modules/noti.nix ../hm_modules/nushell.nix diff --git a/thor/hm.nix b/thor/hm.nix index c723102..ae8b077 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -80,6 +80,7 @@ ../hm_modules/megasync.nix ../hm_modules/mpv.nix ../hm_modules/nautilus.nix + ../hm_modules/ncspot.nix ../hm_modules/nix-index.nix ../hm_modules/noti.nix ../hm_modules/nushell.nix