feat: change some misc stuff and trim filetree
This commit is contained in:
parent
fbbe078673
commit
2262b4c1ff
8 changed files with 13 additions and 26 deletions
Binary file not shown.
Before Width: | Height: | Size: 779 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB |
|
@ -3,10 +3,11 @@
|
||||||
cd = "z";
|
cd = "z";
|
||||||
cdi = "zi";
|
cdi = "zi";
|
||||||
cat = "${pkgs.bat}/bin/bat";
|
cat = "${pkgs.bat}/bin/bat";
|
||||||
|
ls = "${pkgs.lsd}/bin/lsd";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
rm = "${pkgs.trash-cli}/bin/trash";
|
rm = "${pkgs.trash-cli}/bin/trash";
|
||||||
osupdate = "${pkgs.nh}/bin/nh os switch";
|
osupdate = "${pkgs.nh}/bin/nh os switch";
|
||||||
homeupdate = "${pkgs.nh}/bin/nh home switch";
|
homeupdate = "${pkgs.nh}/bin/nh home switch";
|
||||||
#batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
|
batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
|
||||||
inception = "${pkgs.pipx}/bin/pipx run copier copy --trust gh:DataChefHQ/Inception .";
|
inception = "${pkgs.pipx}/bin/pipx run copier copy --trust gh:DataChefHQ/Inception .";
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,9 +23,9 @@ in
|
||||||
config = {
|
config = {
|
||||||
myShells = {
|
myShells = {
|
||||||
zsh.enable = false;
|
zsh.enable = false;
|
||||||
fish.enable = false;
|
fish.enable = true;
|
||||||
nushell.enable = true;
|
#nushell.enable = true;
|
||||||
defaultShell = "${config.programs.nushell.package}/bin/nu";
|
defaultShell = "${config.programs.fish.package}/bin/fish";
|
||||||
prompts.starship.enable = true;
|
prompts.starship.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,12 +31,12 @@ style = "bright-black"
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
||||||
style = "cyan"
|
style = "cyan"
|
||||||
conflicted = ""
|
conflicted = "!"
|
||||||
untracked = ""
|
untracked = "U"
|
||||||
modified = ""
|
modified = "*"
|
||||||
staged = ""
|
staged = "+"
|
||||||
renamed = ""
|
renamed = "R"
|
||||||
deleted = ""
|
deleted = "-"
|
||||||
stashed = "≡"
|
stashed = "≡"
|
||||||
|
|
||||||
[git_state]
|
[git_state]
|
||||||
|
|
|
@ -17,10 +17,10 @@ in {
|
||||||
};
|
};
|
||||||
monospace = {
|
monospace = {
|
||||||
name = config.desktopFontFullName;
|
name = config.desktopFontFullName;
|
||||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
package = pkgs.nerd-fonts.intone-mono;
|
||||||
};
|
};
|
||||||
sizes = {
|
sizes = {
|
||||||
terminal = 24;
|
terminal = 18;
|
||||||
applications = 12;
|
applications = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
wayland.windowManager.sway = {
|
|
||||||
enable = true;
|
|
||||||
config = rec {
|
|
||||||
modifier = "Mod4";
|
|
||||||
terminal = "${pkgs.foot}/bin/foot -f '${config.desktopFontFullName}:size=24' zsh";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue