Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-05 11:52:11 +08:00
parent 2f5ed1481c
commit 3113d4960e
2 changed files with 3 additions and 2 deletions

View file

@ -10,8 +10,6 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../nixosModules/base.nix
../../nixosModules/modules.nix
]; ];
# Enable/Disable Modules # Enable/Disable Modules

View file

@ -1,3 +1,6 @@
# base.nix
# configuration for all my computers
{ pkgs, config, lib ... }: { pkgs, config, lib ... }:
{ {