Move some more things around and restructure things better
This commit is contained in:
parent
84d5732a32
commit
f2cdf01122
8 changed files with 66 additions and 83 deletions
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
home = {
|
||||
file.".config/fastfetch/small.jsonc".source = ./small.jsonc;
|
||||
packages = let
|
||||
pFetch = pkgs.writeScriptBin "pfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc";
|
||||
in with pkgs; [ pFetch ];
|
||||
packages = with pkgs; [
|
||||
(pkgs.writeScriptBin "pfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc")
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue