From 6b5fcb390bc194f3443f2b674473a2283f43c618 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 27 Sep 2024 10:01:56 -0400 Subject: [PATCH] configuring --- home/home.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index c23eb6f..1663a72 100644 --- a/home/home.nix +++ b/home/home.nix @@ -67,7 +67,7 @@ librewolf ungoogled-chromium - albert + ulauncher obsidian vlc polychromatic @@ -123,6 +123,18 @@ "com.github.johnfactotum.QuickLookup" ]; + systemd.user.services.kanata = { + enable = true; + description = "kanata key remapper" + documentation = "https://github.com/jtroo/kanata" + #unitConfig = {}; + serviceConfig = { + type = "simple"; + execStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd" + }; + wantedBy = ["default.target"]; + }; + xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml; xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm; @@ -132,6 +144,8 @@ }; xdg.configFile."emacs".enable = false; + home.file.".config/doom".enable = false; + # xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;