configuring
This commit is contained in:
parent
4524495b61
commit
6b5fcb390b
1 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue