profile/sway: migrate autostart

This commit is contained in:
Felix Buehler 2023-03-19 15:35:02 +01:00
parent ecf335add5
commit e8d3987578
3 changed files with 21 additions and 7 deletions

View file

@ -4,6 +4,7 @@ let
in
{
imports = [
./autostart.nix
./location.nix
./screen-sharing.nix
./theme.nix
@ -16,6 +17,7 @@ in
config = lib.mkIf cfg.enable {
my.profiles = {
sway-autostart.enable = true;
sway-location.enable = true;
sway-screen-sharing.enable = true;
sway-theme.enable = true;