mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +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 = [
|
imports = [
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./fastfetch.nix
|
./fastfetch/fastfetch.nix
|
||||||
./fish/default.nix
|
./fish/default.nix
|
||||||
./alacritty/default.nix
|
./alacritty/default.nix
|
||||||
./foot/default.nix
|
./foot/default.nix
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, lib, config, ... }: {
|
{ pkgs, lib, config, ... }: {
|
||||||
|
home.file."Pictures/gay.png".source = ./gay.png;
|
||||||
programs.fastfetch = {
|
programs.fastfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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