From 67fbffc88f46135748c9f5925ca4e4a3105c4043 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 14 Apr 2023 11:23:06 -0400 Subject: merge starship configs --- users/seth/shell/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'users/seth/shell/default.nix') 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"; }; }; } -- cgit v1.2.3