mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: add new fastfetch configuration to callisto
This commit is contained in:
parent
e0938e10aa
commit
0531b0acc6
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
../../users/youwen/common
|
../../users/youwen/common
|
||||||
../../users/youwen/linux/laptop
|
../../users/youwen/linux/laptop
|
||||||
../../users/youwen/linux/packages/aarch-64
|
../../users/youwen/linux/packages/aarch-64
|
||||||
|
../../users/youwen/common/fastfetch
|
||||||
./home-manager-extras
|
./home-manager-extras
|
||||||
catppuccin.homeManagerModules.catppuccin
|
catppuccin.homeManagerModules.catppuccin
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.file.".config/neofetch/config.conf".source = ./neofetch-asahi.conf;
|
# home.file.".config/neofetch/config.conf".source = ./neofetch-asahi.conf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue