configuring
This commit is contained in:
parent
6b5fcb390b
commit
2eeb2d5d83
1 changed files with 8 additions and 8 deletions
|
@ -124,15 +124,15 @@
|
|||
];
|
||||
|
||||
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"
|
||||
Unit = {
|
||||
Description = "kanata";
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "default.target" ];
|
||||
};
|
||||
Service = {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue