This commit is contained in:
biscuit
2025-05-20 07:23:25 -05:00
parent 78abaed26f
commit 67402c3e54
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,8 +3,9 @@
programs.fish = {
enable = true;
interactiveShellInit = ''
zoxide init fish | source
set fish_greeting
fish_vi_key_bindings
zoxide init fish | source
'';
shellAliases = {
+1 -1
View File
@@ -4,7 +4,7 @@
xwayland.enable = true;
settings = {
"$mod" = "SUPER";
"$term" = "kitty";
"$term" = "kitty --single-instance";
"$browser" = "firefox";
"$bar" = "ags run";
+1 -1
View File
@@ -3,6 +3,6 @@
enable = true;
};
home.file.".config/starship.toml" = {
source = "./pure.toml";
source = builtins.toPath ./pure.toml;
};
}