add a bunch of configs

This commit is contained in:
2025-03-12 16:58:04 +02:00
parent 5e20063ae9
commit 5489228c10
212 changed files with 46262 additions and 47 deletions

View File

@@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
programs.fastfetch = {
enable = true;
settings = {
# Example: Change colors and add custom options
logo = "nixos";
color = "blue";
keyColor = "cyan";
separator = " => ";
};
};
}

View File

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