Lockscreen custom
This commit is contained in:
parent
b3fdc5f573
commit
e080d5b9b8
10 changed files with 134 additions and 49 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# Include fonts packages
|
||||
home.packages = with pkgs; [ nerdfonts ];
|
||||
home.packages = [ pkgs.extra.font.monospace.package ];
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
env.TERM = "xterm-256color";
|
||||
scrolling.history = 3000;
|
||||
font = {
|
||||
normal.family = "FuraCode Nerd Font Mono";
|
||||
normal.family = pkgs.extra.font.monospace.name;
|
||||
size = 9.0;
|
||||
};
|
||||
background_opacity = 0.95;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue