wip: Implement nyx overlay

This commit is contained in:
xmm16 2024-12-10 23:09:44 -03:00
commit 6cbb18096f
No known key found for this signature in database
7 changed files with 363 additions and 44 deletions

View file

@ -1,15 +1,12 @@
{...}: {
imports = [
./hardware.nix
./system.nix
./users.nix
./fonts.nix
];
config = {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
console = {
font = "Lat2-Terminus16";
keyMap = "us";
@ -19,14 +16,7 @@
xserver.xkb = {
layout = "us";
};
libinput.enable = true;
openssh.enable = true;
};
hardware.graphics = {
enable = true;
enable32Bit = false;
};
networking.networkmanager = {