add a bunch of configs
This commit is contained in:
@@ -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 = " => ";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
@@ -1,7 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./fastfetch.nix
|
||||
];
|
||||
imports = [];
|
||||
}
|
||||
Reference in New Issue
Block a user