forked from foxora/nix
init
This commit is contained in:
commit
a07bd5fd9b
66 changed files with 6115 additions and 0 deletions
12
homes/modules/shell/fastfetch/fastfetch.nix
Normal file
12
homes/modules/shell/fastfetch/fastfetch.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fastfetch # displays system info! x3
|
||||
];
|
||||
|
||||
# writes ./themes to ~/.config/fastfetch/themes
|
||||
xdg.configFile."fastfetch/themes" = {
|
||||
recursive = true;
|
||||
source = ./themes;
|
||||
};
|
||||
}
|
||||
0
homes/modules/shell/fastfetch/themes/laimu.json
Normal file
0
homes/modules/shell/fastfetch/themes/laimu.json
Normal file
Loading…
Add table
Add a link
Reference in a new issue