From 30c7f8ff252d404c48b1a0fac15772741e4982d7 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 25 Feb 2023 20:47:20 +0100 Subject: [PATCH] ncspot --- hm_modules/ncspot.nix | 9 +++++++++ odin/hm.nix | 1 + thor/hm.nix | 1 + 3 files changed, 11 insertions(+) create mode 100644 hm_modules/ncspot.nix 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