mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(i3): larger font on homeros, more monospace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
<niveum/configs/default.nix>
|
||||
@@ -13,6 +13,7 @@
|
||||
batteryBlocks.default = "BAT1";
|
||||
networkInterfaces.wireless = "wlp3s0";
|
||||
promptColours.success = "green";
|
||||
fonts.size = lib.mkForce 11;
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
|
||||
Reference in New Issue
Block a user