aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/himalaya
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/himalaya')
-rw-r--r--home-manager/soispha/config/himalaya/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-manager/soispha/config/himalaya/default.nix b/home-manager/soispha/config/himalaya/default.nix
new file mode 100644
index 00000000..99329a34
--- /dev/null
+++ b/home-manager/soispha/config/himalaya/default.nix
@@ -0,0 +1,8 @@
+{...}: {
+ programs.himalaya = {
+ enable = true;
+ settings = {
+ # TODO
+ };
+ };
+}