mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-01 21:21:57 -04:00
10 lines
114 B
Nix
10 lines
114 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home = {
|
|
packages = with pkgs; [
|
|
onefetch
|
|
hyfetch
|
|
neofetch
|
|
];
|
|
};
|
|
}
|