mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
project-wide: pkgs.arc.pkgs -> pkgs
This commit is contained in:
parent
8908572922
commit
188740251f
3 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@
|
|||
Type = "simple";
|
||||
Restart = "always";
|
||||
ExecStart =
|
||||
"${pkgs.arc.pkgs.mx-puppet-discord}/bin/mx-puppet-discord -c /var/lib/mx-puppet-discord/config.yaml -f /var/lib/mx-puppet-discord/discord-registration.yaml";
|
||||
"${pkgs.mx-puppet-discord}/bin/mx-puppet-discord -c /var/lib/mx-puppet-discord/config.yaml -f /var/lib/mx-puppet-discord/discord-registration.yaml";
|
||||
WorkingDirectory = "/var/lib/mx-puppet-discord";
|
||||
DynamicUser = true;
|
||||
StateDirectory = "mx-puppet-discord";
|
||||
|
|
|
|||
2
trusted
2
trusted
|
|
@ -1 +1 @@
|
|||
Subproject commit 0eefa66bdd777d6fb84867e8aecd0c3339836c37
|
||||
Subproject commit a29ed57d7a8992ff769998e96f32d2e8fb72a888
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
home.sessionVariables.EDITOR = "vim";
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
package = pkgs.arc.pkgs.vim_configurable-pynvim;
|
||||
package = pkgs.vim_configurable-pynvim;
|
||||
#withPython3 = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
nerdtree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue