sync repo

This commit is contained in:
notkaori
2025-08-20 09:38:25 -06:00
parent 51f2ce340f
commit 1f3b39008e
17 changed files with 916 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
alacritty
];
programs.alacritty = {
enable = true;
settings = {
colors = {
normal = {
black = "#2b3339";
blue = "#7fbbb3";
cyan = "#83c092";
green = "#a7c080";
magenta = "#d699b6";
red = "#e67e80";
white = "#fffff7";
yellow = "#dbbc7f";
};
primary = {
background = "#2b3339";
bright_foreground = "#fff9dd";
dim_foreground = "#a09377";
foreground = "#d3c6aa";
};
};
font = {
italic = {
family = "Hack Nerd Font";
style = "Regular";
};
normal = {
family = "Hack Nerd Font";
style = "Regular";
};
};
window.padding = {x=15;y=15;};
};
};
}

View File

@@ -0,0 +1,21 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
fish
];
programs.fish = {
enable = true;
shellAliases = {
".." = "cd ..";
"..." = "cd ../..";
"...." = "cd ../../..";
"nc" = "~/nixos-servers/conf-editor.sh";
"ls" = "eza";
};
};
}

View File

@@ -0,0 +1,17 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
fuzzel
];
programs.fuzzel = {
enable = true;
settings = {
};
};
}

View File

@@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
git
];
programs.git = {
enable = true;
userEmail = "autumnal,musing@gmail.com";
userName = "notkaori";
};
}

View File

@@ -0,0 +1,15 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
helix
];
programs.helix = {
enable = true;
settings = {theme = "everforest_dark";};
};
}

View File

@@ -0,0 +1,35 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
river
];
wayland.windowManager.river = {
enable = true;
settings = {
default-layout = "wideriver";
map = {
normal = {
"Super Return" = "spawn alacritty";
"Alt Q" = "close";
"Super J" = "focus-view next";
"Super K" = "focus-view previous";
"Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous";
};
};
extraConfig = "
``
wideriver -view-padding 6 -outer-padding 6 &
``
";
};
};
}

View File

@@ -0,0 +1,19 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs;[
starship
];
xdg.configFile."starship.toml".source = ./starship.toml;
programs.starship = {
enable = true;
enableFishIntegration = true;
};
}

View File

@@ -0,0 +1,137 @@
add_newline = true
format = """
[](#D52D00)\
$username\
[](bg:#EF7627 fg:#D52D00)\
$directory\
[](fg:#EF7627 bg:#FF9A56)\
$git_branch\
$git_status\
[](fg:#FF9A56 bg:#D162A4)\
$c\
$python\
$elixir\
$elm\
$golang\
$haskell\
$java\
$julia\
$nodejs\
$nim\
$rust\
[](fg:#D162A4 bg:#B55690)\
$docker_context\
[](fg:#B55690 bg:#A30262)\
$time\
[ ](fg:#A30262)\
\n
"""
# 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
[username]
show_always = true
style_user = "bg:#D52D00"
style_root = "bg:#D52D00"
format = '[$user ]($style)'
[directory]
style = "bg:#EF7627"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
# Keep in mind that the order matters. For example:
# "Important Documents" = "  "
# will not be replaced, because "Documents" was already substituted before.
# So either put "Important Documents" before "Documents" or use the substituted version:
# "Important  " = "  "
[c]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[docker_context]
symbol = " "
style = "fg:#666666 bg:#06969a"
format = '[[ $symbol $context ](fg:#666666 bg:#06969A)]($style) $path'
[elixir]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[elm]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[git_branch]
symbol = ""
style = "fg:#666666 bg:#FF9A56"
format = '[[ $symbol $branch ](fg:#666666 bg:#FF9A56)]($style)'
[git_status]
style = "fg:#666666 bg:#FF9A56"
format = '[[($all_status$ahead_behind )](fg:#666666 bg:#FF9A56)]($style)'
[golang]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[haskell]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[java]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[julia]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[nodejs]
symbol = ""
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[nim]
symbol = " "
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[rust]
symbol = ""
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[ruby]
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ $symbol ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[python]
style = "fg:#d3c6aa bg:#D162A4"
format = '[[ Py ($version) ](fg:#d3c6aa bg:#D162A4)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "fg:#d3c6aa bg:#A30262"
format = '[[ ♥ $time ](bg:#A30262)]($style)'

View File

@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
];
programs. = {
enable = true;
};
}

View File

@@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
waybar
];
programs.waybar = {
enable = true;
settings = {};
# style = {};
};
}