Skip to content

Commit

Permalink
home/lyc/configurations/adrastea: remove codium-server-fhs user service
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 27, 2024
1 parent 0cd052b commit 108df21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
16 changes: 0 additions & 16 deletions home/lyc/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
"d %h/Downloads - - - mM:7d"
];

systemd.user.services."code-server-fhs" = {
Service = {
ExecStart = "${pkgs.writeScript "start-code-server" ''
#!${lib.getExe pkgs.linux-fhs-python}
${builtins.readFile ./start-code-server.py}
''}";
Environment = [
"CODIUM_REH=${pkgs.codium-reh}"
"PORT=47562"
];
};
Install = {
WantedBy = [ "default.target" ];
};
};

programs.vscode = {
enable = true;
userSettings = (builtins.fromJSON (builtins.readFile ./vscode-settings.json));
Expand Down
13 changes: 0 additions & 13 deletions home/lyc/configurations/adrastea/start-code-server.py

This file was deleted.

0 comments on commit 108df21

Please sign in to comment.