Skip to content
Snippets Groups Projects
Commit 6a2bcda0 authored by Jan-Oliver Opdenhövel's avatar Jan-Oliver Opdenhövel
Browse files

Adding one last todo

parent bebffd43
No related branches found
No related tags found
1 merge request!5Nix Version of Muckefuck
......@@ -53,6 +53,9 @@ in
../../common/base.nix
];
# TODO: Remove before merging
system.autoUpgrade.flake = "git+https://git.cs.uni-paderborn.de/rbfsmi/nixos.git?ref=muckefuck#${config.networking.hostName}";
users.groups.miniserver = {};
users.users.miniserver = {
group = "miniserver";
......@@ -158,6 +161,7 @@ in
exec bash -c 'rm -rf ~/.mozilla; ${firefox}/bin/firefox --kiosk http://localhost'
exec bash -c 'sleep 2; swaymsg workspace number 2; sleep 1; swaymsg workspace number 3; sleep 1; swaymsg workspace number 2;'
'';
# TODO: Add shortcuts to reload the config and/or exit sway
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment