mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Home: add fastfetch image to nix
This commit is contained in:
parent
30c2cb62b1
commit
cfdc1a7830
3 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./starship.nix
|
||||
./fastfetch.nix
|
||||
./fastfetch/fastfetch.nix
|
||||
./fish/default.nix
|
||||
./alacritty/default.nix
|
||||
./foot/default.nix
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
home.file."Pictures/gay.png".source = ./gay.png;
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
settings = {
|
BIN
modules/home-manager/cli/fastfetch/gay.png
Normal file
BIN
modules/home-manager/cli/fastfetch/gay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 KiB |
Loading…
Reference in a new issue