initial commit x2
This commit is contained in:
32
home-manager/apps/fastfetch.nix
Normal file
32
home-manager/apps/fastfetch.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
package = pkgs.fastfetch;
|
||||
settings = {
|
||||
logo.source = "nixos_small";
|
||||
display.separator = " :: ";
|
||||
modules = [
|
||||
{
|
||||
type = "os";
|
||||
key = "dis";
|
||||
}
|
||||
{
|
||||
type = "kernel";
|
||||
key = "krn";
|
||||
}
|
||||
{
|
||||
type = "uptime";
|
||||
key = "upt";
|
||||
}
|
||||
{
|
||||
type = "packages";
|
||||
key = "pks";
|
||||
}
|
||||
{
|
||||
type = "wm";
|
||||
key = "wdm";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user