wip: console
Font changes to default after reload
This commit is contained in:
parent
e46c205fe3
commit
4f11c8139f
@ -11,6 +11,7 @@
|
||||
./vpn.nix
|
||||
./printing.nix
|
||||
./shutdown-on-lan.nix
|
||||
./console.nix
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
23
nixos/modules/console.nix
Normal file
23
nixos/modules/console.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ pkgs, ... }: {
|
||||
console = {
|
||||
font = "${pkgs.kbd}/share/consolefonts/LatArCyrHeb-19.psfu.gz";
|
||||
colors = [
|
||||
"16161E"
|
||||
"1A1B26"
|
||||
"2F3549"
|
||||
"444B6A"
|
||||
"787C99"
|
||||
"787C99"
|
||||
"CBCCD1"
|
||||
"D5D6DB"
|
||||
"F7768E"
|
||||
"FF9E64"
|
||||
"E0AF68"
|
||||
"41A6B5"
|
||||
"7DCFFF"
|
||||
"7AA2F7"
|
||||
"BB9AF7"
|
||||
"D18616"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user