feat: add startup commands as module

This commit is contained in:
Swarsel 2024-07-25 14:26:28 +02:00
parent 956c260268
commit 5e2aae9558
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 156 additions and 78 deletions

View file

@ -5,4 +5,5 @@
input = import ./input.nix;
nixos = import ./nixos.nix;
waybar = import ./waybar.nix;
startup = import ./startup.nix;
}