chore: clean up tree-wide
This commit is contained in:
parent
45afd6bea5
commit
b9ad8ac2ca
50 changed files with 247 additions and 511 deletions
|
@ -1,10 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
inherit (lib) singleton;
|
||||
in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = singleton pkgs.fastfetch;
|
||||
packages = [ pkgs.fastfetch ];
|
||||
sessionVariables.FETCH = "hyfetch";
|
||||
shellAliases.fetch = "hyfetch";
|
||||
};
|
||||
|
@ -16,8 +13,8 @@ in
|
|||
light_dark = "dark";
|
||||
lightness = 0.5;
|
||||
color_align = {
|
||||
# Flag color alignment
|
||||
mode = "horizontal";
|
||||
custom_colors = [ ];
|
||||
fore_back = null;
|
||||
};
|
||||
backend = "fastfetch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue