Compare commits
No commits in common. "649ebb311a67d8ae8097baaa31e5be18d4f8f589" and "b452b6b9b0b8ffcf989dd8082364d069465dce1a" have entirely different histories.
649ebb311a
...
b452b6b9b0
BIN
config/logo.png
BIN
config/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 340 KiB |
@ -35,7 +35,6 @@
|
||||
|
||||
# Configured programs to enable
|
||||
program = {
|
||||
fastfetch.enable = true;
|
||||
kitty.enable = true;
|
||||
tmux.enable = true;
|
||||
zoxide.enable = true;
|
||||
|
||||
@ -253,7 +253,7 @@
|
||||
}
|
||||
{
|
||||
monitor = "";
|
||||
text = "$LAYOUT[en, cz, ru] "; # This is blank space to show full emoji
|
||||
text = "$LAYOUT[en, cz, ru] ";
|
||||
|
||||
color = "$accent";
|
||||
font_size = 12;
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
./tools/oh-my-posh.nix
|
||||
./tools/shell.nix
|
||||
./tools/kitty.nix
|
||||
./tools/fastfetch.nix
|
||||
./tools/tmux.nix
|
||||
./tools/zoxide.nix
|
||||
./tools/ranger.nix
|
||||
@ -59,7 +58,6 @@
|
||||
sh.oh-my-posh.enable = lib.mkDefault true;
|
||||
|
||||
program = {
|
||||
fastfetch.enable = lib.mkDefault false;
|
||||
kitty.enable =
|
||||
if userSettings.terminal == "kitty"
|
||||
then lib.mkDefault true
|
||||
|
||||
@ -1,47 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
program.fastfetch.enable = lib.mkEnableOption "fastfetch";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.program.fastfetch.enable {
|
||||
home.file = {
|
||||
".config/fastfetch/logo.png".source = ../../../../config/logo.png;
|
||||
};
|
||||
|
||||
programs.fastfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"$schema" = "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json";
|
||||
"logo" = {
|
||||
"source" = "/home/shinya/.config/fastfetch/logo.png";
|
||||
"width" = 30;
|
||||
"height" = 18;
|
||||
};
|
||||
"modules" = [
|
||||
"break"
|
||||
"title"
|
||||
"separator"
|
||||
"os"
|
||||
"host"
|
||||
"kernel"
|
||||
"uptime"
|
||||
"packages"
|
||||
"shell"
|
||||
"de"
|
||||
"wm"
|
||||
"icons"
|
||||
"font"
|
||||
"cursor"
|
||||
"terminalfont"
|
||||
"cpu"
|
||||
"gpu"
|
||||
"disk"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@ -9,7 +9,6 @@
|
||||
ll = "${pkgs.eza}/bin/eza -alh --icons";
|
||||
l = "${pkgs.eza}/bin/eza -lh --icons=auto";
|
||||
tree = "${pkgs.eza}/bin/eza --tree --icons";
|
||||
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
||||
open = "rifle";
|
||||
ip = "ip -c";
|
||||
s = "kitten ssh";
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
sh.oh-my-posh.enable = true;
|
||||
|
||||
program = {
|
||||
fastfetch.enable = true;
|
||||
tmux.enable = true;
|
||||
zoxide.enable = true;
|
||||
git.enable = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user