i am the skibidi rizz toilet
This commit is contained in:
parent
3d920e8af0
commit
2c8e502f9c
1 changed files with 10 additions and 0 deletions
|
@ -103,6 +103,16 @@ in {
|
|||
emacs-lsp-booster
|
||||
];
|
||||
|
||||
systemd.services.hydroxide = {
|
||||
enable = true;
|
||||
description = "Unofficial Protonmail Bridge";
|
||||
serviceConfig = {
|
||||
User = "sako";
|
||||
Type = "simple";
|
||||
};
|
||||
script = "${pkgs.hydroxide} serve";
|
||||
};
|
||||
|
||||
home-manager.users.sako = {lib, ...}: {
|
||||
home.file = {
|
||||
".emacs.d/init.el".source = pkgs.runCommand "init.el" {} ''
|
||||
|
|
Loading…
Reference in a new issue