This commit is contained in:
2025-03-12 12:47:00 +02:00
parent 026206518d
commit 28f3ed9089
6 changed files with 23 additions and 344 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
./fastfetch.nix
];
}