399 current 2025-05-22 01:52:54 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-22 01:53:13 -04:00
parent 89893cfd18
commit 9c8cb0aef4
5 changed files with 91 additions and 234 deletions

View File

@@ -3,6 +3,16 @@
pkgs,
...
}: {
imports = [
# ./wm/bspwm.nix
./xserver/default.nix
./services/services.nix
./fonts/fonts.nix
./hardware/hardware.nix
./networking/default.nix
./users/default.nix
];
# Set your time zone.
time.timeZone = "America/New_York";
@@ -116,13 +126,4 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.11"; # Did you read the comment?
imports = [
# ./wm/bspwm.nix
./xserver/default.nix
./services/services.nix
./fonts/fonts.nix
./hardware/hardware.nix
./networking/default.nix
];
}