Initial commit
This commit is contained in:
8
quirks/32bit.nix
Normal file
8
quirks/32bit.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
1
quirks/default.nix
Normal file
1
quirks/default.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ quirks, ... }: map (quirk: ./${quirk}.nix) quirks
|
||||
6
quirks/development.nix
Normal file
6
quirks/development.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}:
|
||||
{
|
||||
boot.kernel.sysctl = {
|
||||
"fs.inotify.max_user_watches" = 1048576;
|
||||
};
|
||||
}
|
||||
6
quirks/steam.nix
Normal file
6
quirks/steam.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user