summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-14 11:23:06 -0400
committerseth <[email protected]>2023-04-14 11:23:06 -0400
commit67fbffc88f46135748c9f5925ca4e4a3105c4043 (patch)
treecaca9e0907396aff18db226181a10667d2924c92 /users
parentafa1a2770e27c1e460a7b6efcd337903b4c03beb (diff)
merge starship configs
Diffstat (limited to 'users')
-rw-r--r--users/seth/shell/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix
index d8e7b15..e48757e 100644
--- a/users/seth/shell/default.nix
+++ b/users/seth/shell/default.nix
@@ -38,6 +38,7 @@
format = "$all";
palette = "catppuccin_mocha";
}
+ // builtins.fromTOML (builtins.readFile ./starship.toml)
// builtins.fromTOML (builtins.readFile
(pkgs.fetchFromGitHub
{
@@ -46,12 +47,10 @@
rev = "3e3e54410c3189053f4da7a7043261361a1ed1bc";
sha256 = "sha256-soEBVlq3ULeiZFAdQYMRFuswIIhI9bclIU8WXjxd7oY=";
}
- + /palettes/mocha.toml));
+ + "/palettes/mocha.toml"));
};
};
- #xdg.configFile."starship.toml".source = ./starship.toml;
-
home = {
sessionVariables = {
EDITOR = "nvim";
@@ -67,8 +66,6 @@
diff = "diff --color=auto";
g = "git";
gs = "g status";
- nixsw = "sudo nixos-rebuild switch";
- nixup = "nixsw --upgrade";
};
};
}