added default.nix to kurokoNightly

This commit is contained in:
KaitoTLex 2025-02-08 01:14:57 -08:00
parent 594d9c4ed0
commit 01927022a9
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
imports = [
./configuration.nix
../../modules/core
../../modules/wm
../../modules/security
../../modules/audio
../../modules/stylix
../../modules/electrical
];
}

View file

@ -17,6 +17,7 @@
hardware = { hardware = {
graphics.enable32Bit = true; graphics.enable32Bit = true;
pulseaudio.support32Bit = true; pulseaudio.support32Bit = true;
openrazer.enable = true;
}; };
boot = { boot = {
@ -111,7 +112,7 @@
}; };
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
openrazer-daemon
]; ];
# Set your time zone. # Set your time zone.
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault