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 = {
|
systemd.user.services.kanata = {
|
||||||
enable = true;
|
Unit = {
|
||||||
description = "kanata key remapper"
|
Description = "kanata";
|
||||||
documentation = "https://github.com/jtroo/kanata"
|
};
|
||||||
#unitConfig = {};
|
Install = {
|
||||||
serviceConfig = {
|
WantedBy = [ "default.target" ];
|
||||||
type = "simple";
|
};
|
||||||
execStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd"
|
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;
|
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue