WE SHOULDN'T DO THIS

User activated scripts run on every startup
This commit is contained in:
Benson Chu 2023-12-07 19:29:26 -06:00
parent 5b2d626dc3
commit fb8a0810ff
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,7 @@ in
{
imports =
[
# ./home-git-repos.nix
../../common-configuration.nix
# Include the results of the hardware scan.
./hardware-configuration.nix

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
system.userActivationScripts = {
}
}