wip: Implement nyx overlay
This commit is contained in:
parent
755d4c5620
commit
6cbb18096f
7 changed files with 363 additions and 44 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue