Cleaned up some readme's and main config files

This commit is contained in:
Emmet
2025-01-07 14:51:33 -06:00
parent 38dd9e474a
commit 22669e1f6d
7 changed files with 4 additions and 25 deletions

View File

@@ -1,18 +1,9 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ ... }:
{
imports =
[ ../work/configuration.nix # Personal is essentially work system + games
../../system/hardware-configuration.nix
../../system/app/gamemode.nix
#../../system/app/steam.nix
../../system/app/prismlauncher.nix
../../system/security/doas.nix
../../system/security/gpg.nix
../../system/security/blocklist.nix
../../system/security/firewall.nix
];
}