monolith: autostart some apps
This commit is contained in:
parent
869ba87dab
commit
2ab0b84209
3 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, inputs, ... }: {
|
||||
{ config, pkgs, lib, inputs, osConfig, ... }: {
|
||||
imports = [
|
||||
./controller.nix
|
||||
./waybar
|
||||
|
@ -174,6 +174,13 @@
|
|||
indicator = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.sway.extraConfig = lib.optionalString (osConfig.networking.hostName or "" == "monolith") ''
|
||||
exec steam
|
||||
exec obs --startreplaybuffer
|
||||
exec deluge-gtk
|
||||
exec nicotine
|
||||
'';
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
# when a new Home Manager release introduces backwards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue