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;