trying out xonsh
This commit is contained in:
parent
0442a88d08
commit
cb51f8e6d6
10 changed files with 296 additions and 29 deletions
|
@ -25,7 +25,6 @@ in {
|
|||
|
||||
btop
|
||||
bat
|
||||
xplr
|
||||
ripgrep
|
||||
fd
|
||||
lazygit
|
||||
|
@ -45,6 +44,7 @@ in {
|
|||
waylock
|
||||
playerctl
|
||||
|
||||
xplr
|
||||
culr
|
||||
swayosd
|
||||
fuzzel
|
||||
|
@ -102,6 +102,16 @@ in {
|
|||
(builtins.readFile dots/hyprland/hyprland.conf));
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
format = "$directory$os$all";
|
||||
directory = {
|
||||
truncate_to_repo = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.eww-hyprland = {
|
||||
enable = true;
|
||||
colors = with palette-hex; (builtins.replaceStrings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue