diff options
Diffstat (limited to 'modules/pc.nix')
-rw-r--r-- | modules/pc.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/pc.nix b/modules/pc.nix index 65ad60c..51e7385 100644 --- a/modules/pc.nix +++ b/modules/pc.nix @@ -3,12 +3,6 @@ let cfg = config.this.pc; in { - imports = [ - ./locales.nix - ./syslog.nix - ./overlays - ]; - options = { this.pc.enable = lib.mkEnableOption "PC-specific settings"; this.pc.minimal = lib.mkEnableOption "limited set of features"; |