merge kmscon and tty configs

This commit is contained in:
Schrottkatze 2024-03-05 13:38:05 +01:00
parent 193b006557
commit 7829fcd0ce
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 21 additions and 20 deletions

View file

@ -90,25 +90,6 @@ with builtins; {
}; };
}; };
console.colors = [
"282828"
"cc241d"
"98971a"
"d79921"
"458588"
"b16286"
"689d6a"
"a89984"
"928374"
"fb4934"
"b8bb26"
"fabd2f"
"83a598"
"d3869b"
"8ec07c"
"ebdbb2"
];
# nitrokey # nitrokey
services.udev.packages = [pkgs.nitrokey-udev-rules]; services.udev.packages = [pkgs.nitrokey-udev-rules];
services.pcscd.enable = true; services.pcscd.enable = true;

View file

@ -6,7 +6,6 @@
./flatpak.nix ./flatpak.nix
./firewall.nix ./firewall.nix
./git.nix ./git.nix
./kmscon.nix
./mprocs.nix ./mprocs.nix
]; ];
} }

View file

@ -6,6 +6,7 @@
./zellij.nix ./zellij.nix
./carapace.nix ./carapace.nix
./direnv.nix ./direnv.nix
./tty.nix
]; ];
programs.mosh.enable = true; programs.mosh.enable = true;
} }

View file

@ -34,6 +34,26 @@
(getAttr (substring 5 2 (toUpper color)) hexLookupTable) (getAttr (substring 5 2 (toUpper color)) hexLookupTable)
]); ]);
in { in {
# TODO: global colorscheme vars for everything
console.colors = [
"282828"
"cc241d"
"98971a"
"d79921"
"458588"
"b16286"
"689d6a"
"a89984"
"928374"
"fb4934"
"b8bb26"
"fabd2f"
"83a598"
"d3869b"
"8ec07c"
"ebdbb2"
];
services.kmscon = { services.kmscon = {
enable = true; enable = true;
fonts = [ fonts = [