configuring
This commit is contained in:
parent
4eb51d33e2
commit
2033920e8d
2 changed files with 13 additions and 12 deletions
|
@ -124,18 +124,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."kanata".source = ../dotfiles/dot_config/kanata;
|
xdg.configFile."kanata".source = ../dotfiles/dot_config/kanata;
|
||||||
systemd.services.kanata = {
|
|
||||||
Unit = {
|
|
||||||
Description = "kanata";
|
|
||||||
};
|
|
||||||
Install = {
|
|
||||||
WantedBy = [ "default.target" ];
|
|
||||||
};
|
|
||||||
Service = {
|
|
||||||
ExecStartPre = "/run/current-system/sw/bin/modprobe uinput";
|
|
||||||
ExecStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||||
|
|
|
@ -186,8 +186,21 @@
|
||||||
git
|
git
|
||||||
tailscale
|
tailscale
|
||||||
rsync
|
rsync
|
||||||
|
kanata
|
||||||
];
|
];
|
||||||
|
|
||||||
|
systemd.service.kanata = {
|
||||||
|
Unit = {
|
||||||
|
Description = "kanata";
|
||||||
|
};
|
||||||
|
Service = {
|
||||||
|
ExecStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd";
|
||||||
|
};
|
||||||
|
Install = {
|
||||||
|
WantedBy = "sysninit.target";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue