added default.nix to kurokoNightly
This commit is contained in:
parent
594d9c4ed0
commit
01927022a9
2 changed files with 13 additions and 1 deletions
11
hosts/kurokoNightly/default.nix
Normal file
11
hosts/kurokoNightly/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
../../modules/core
|
||||
../../modules/wm
|
||||
../../modules/security
|
||||
../../modules/audio
|
||||
../../modules/stylix
|
||||
../../modules/electrical
|
||||
];
|
||||
}
|
|
@ -17,6 +17,7 @@
|
|||
hardware = {
|
||||
graphics.enable32Bit = true;
|
||||
pulseaudio.support32Bit = true;
|
||||
openrazer.enable = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
@ -111,7 +112,7 @@
|
|||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
openrazer-daemon
|
||||
];
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue