diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2023-10-14 10:53:18 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2023-10-14 10:53:18 -0400 |
| commit | 5897af1a6c355f77c78f342d1d6f070670d14a4c (patch) | |
| tree | ceacea8620f7a4f5b684837f8019244933286864 /hosts/config.nix | |
| parent | 972bff32235bbd414cbbaba5ac3eeb7979c2bad6 (diff) | |
| download | nix-config-5897af1a6c355f77c78f342d1d6f070670d14a4c.tar.gz nix-config-5897af1a6c355f77c78f342d1d6f070670d14a4c.tar.bz2 nix-config-5897af1a6c355f77c78f342d1d6f070670d14a4c.zip | |
remove redundant system folder. add useful programs.
Diffstat (limited to 'hosts/config.nix')
| -rw-r--r-- | hosts/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/config.nix b/hosts/config.nix index 9bd3922..2052c12 100644 --- a/hosts/config.nix +++ b/hosts/config.nix @@ -7,6 +7,7 @@ import ../modules/shell ++ import ../modules/terminal ++ import ../modules/programs ++ + import ../modules/games ++ import ../modules/vpn ++ import ../modules/music ); |
