Add railbird-sf config

This commit is contained in:
2023-11-18 01:06:39 +00:00
parent 6459fc06df
commit 90c073deea
3 changed files with 123 additions and 185 deletions

View File

@@ -55,7 +55,6 @@ makeEnable config "modules.desktop" true {
clipit
dfeet
dolphin
element-desktop
feh
firefox
@@ -98,35 +97,12 @@ makeEnable config "modules.desktop" true {
graphviz
nodePackages.mermaid-cli
] ++ (if pkgs.system == "x86_64-linux" then with pkgs; [
bitwarden
discord
etcher
google-chrome
keybase-gui
pommed_light
slack
spicetify-cli
spotify
tor-browser-bundle-bin
vscode
zoom-us
] else []);
home-manager.users = forEachUser (if pkgs.system == "x86_64-linux" then {
systemd.user.services.bitwarden = {
Unit = {
Description = "Bitwarden";
After = [ "graphical-session-pre.target" "tray.target" ];
PartOf = [ "graphical-session.target" ];
};
Install = { WantedBy = [ "graphical-session.target" ]; };
Service = {
ExecStart = "${pkgs.bitwarden}/bin/bitwarden";
Restart = "always";
RestartSec = 3;
};
};
} else {});
}