WE SHOULDN'T DO THIS
User activated scripts run on every startup
This commit is contained in:
parent
5b2d626dc3
commit
fb8a0810ff
2 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ in
|
|||
{
|
||||
imports =
|
||||
[
|
||||
# ./home-git-repos.nix
|
||||
../../common-configuration.nix
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
|
|||
6
hosts/NixFrame/home-git-repos.nix
Normal file
6
hosts/NixFrame/home-git-repos.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
system.userActivationScripts = {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue