testing
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
inherit locale;
|
inherit locale;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"autumn@yukigekko" = home-manager.lib.homeManagerConfiguration {
|
"autumn@yukigekko" = home-manager.lib.homeManagerConfiguration {
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
@@ -54,6 +53,5 @@
|
|||||||
./system/lesbos/configuration.nix
|
./system/lesbos/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
"..." = "cd ../..";
|
"..." = "cd ../..";
|
||||||
"...." = "cd ../../..";
|
"...." = "cd ../../..";
|
||||||
"nc" = "~/nixos-servers/conf-editor.sh";
|
|
||||||
"ls" = "eza";
|
"ls" = "eza";
|
||||||
|
"z" = "zoxide";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
2
home-manager/packages/helix/dracula_trans.toml
Normal file
2
home-manager/packages/helix/dracula_trans.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
inherits="dracula"
|
||||||
|
ui.background= {}
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
"diff.delta" = "orange"
|
"diff.delta" = "orange"
|
||||||
"diff.minus" = "red"
|
"diff.minus" = "red"
|
||||||
|
|
||||||
"ui.background" = {}
|
"ui.background" = { bg = "bg0" }
|
||||||
"ui.cursor" = { fg = "bg0", bg = "fg" }
|
"ui.cursor" = { fg = "bg0", bg = "fg" }
|
||||||
"ui.cursor.match" = { fg = "orange", bg = "bg_yellow" }
|
"ui.cursor.match" = { fg = "orange", bg = "bg_yellow" }
|
||||||
"ui.cursor.insert" = { fg = "bg0", bg = "grey1" }
|
"ui.cursor.insert" = { fg = "bg0", bg = "grey1" }
|
||||||
|
|||||||
@@ -5,9 +5,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
themes = {
|
themes = {
|
||||||
everforest_dark_trans = ./everforest_dark_trans.toml;
|
everforest_dark_trans = ./everforest_dark_trans.toml;
|
||||||
|
dracula_trans = ./dracula_trans.toml;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
theme = "everforest_dark_trans";
|
theme = "dracula_trans";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
add_newline = true
|
add_newline = false
|
||||||
|
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
@@ -27,13 +27,11 @@ $docker_context\
|
|||||||
[](fg:#B55690 bg:#A30262)\
|
[](fg:#B55690 bg:#A30262)\
|
||||||
$time\
|
$time\
|
||||||
[ ](fg:#A30262)\
|
[ ](fg:#A30262)\
|
||||||
\n
|
\n\
|
||||||
[█](fg:#D52D00)
|
$status\
|
||||||
|
$cmd_duration\
|
||||||
|
[ ](fg:#d52d00)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Disable the blank line at the start of the prompt
|
|
||||||
# add_newline = false
|
|
||||||
|
|
||||||
# You can also replace your username with a neat symbol like to save some space
|
# You can also replace your username with a neat symbol like to save some space
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
@@ -139,3 +137,20 @@ disabled = false
|
|||||||
time_format = "%R" # Hour:Minute Format
|
time_format = "%R" # Hour:Minute Format
|
||||||
style = "fg:#d3c6aa bg:#A30262"
|
style = "fg:#d3c6aa bg:#A30262"
|
||||||
format = '[[ ♥ $time ](bg:#A30262)]($style)'
|
format = '[[ ♥ $time ](bg:#A30262)]($style)'
|
||||||
|
|
||||||
|
[status]
|
||||||
|
disabled = false
|
||||||
|
symbol = " "
|
||||||
|
success_symbol = " "
|
||||||
|
not_executable_symbol = " "
|
||||||
|
not_found_symbol = " "
|
||||||
|
sigint_symbol = " "
|
||||||
|
signal_symbol = " "
|
||||||
|
recognize_signal_code = false
|
||||||
|
style = "fg:#d3c6aa bg:#D52D00"
|
||||||
|
format = '[ $symbol ]($style)'
|
||||||
|
|
||||||
|
[cmd_duration]
|
||||||
|
min_time = 10_000
|
||||||
|
style = "fg:#d3c6aa bg:#d52d00"
|
||||||
|
format = '[$duration]($style)'
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
{
|
{
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles.autumn = {
|
||||||
|
isDefault = true;
|
||||||
|
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user