diff --git a/home/nogui/default.nix b/home/nogui/default.nix index 1b14ea91afbc1e3277e356ef84da07c03fe75b4d..09e1af020abbb9e637e2caf7984b43a015d79dab 100644 --- a/home/nogui/default.nix +++ b/home/nogui/default.nix @@ -18,7 +18,6 @@ ./gpg.nix ./jj.nix ./lazygit.nix ./lsp.nix - ./newt.nix ./nushell.nix ./oh-my-posh.nix ./rust.nix diff --git a/home/nogui/newt.nix b/home/nogui/newt.nix deleted file mode 100644 index ea05ffcdee8fc80caf8960d2f7eb528c167599de..0000000000000000000000000000000000000000 --- a/home/nogui/newt.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, ... }: -{ - home.sessionVariables."NEWT_COLORS_FILE" = "${config.xdg.configHome}/newt/colors"; - xdg.configFile."newt/colors".text = '' - root=#cdd6f4,#1e1e2e - border=#f5c2e7,#181825 - window=#181825,#181825 - shadow=#11111b,#11111b - title=#cba6f7,#181825 - button=#181825,#cba6f7 - button_active=#181825,#f9e2af - actbutton=#f9e2af,#181825 - compactbutton=#f9e2af,#181825 - checkbox=#f38ba8,#181825 - actcheckbox=#181825,#f38ba8 - entry=#a6e3a1,#181825 - disentry=#181825,#181825 - textbox=#a6e3a1,#181825 - acttextbox=#cba6f7,#181825 - label=#89b4fa,#181825 - listbox=#a6e3a1,#181825 - actlistbox=#cba6f7,#181825 - sellistbox=#f38ba8,#181825 - actsellistbox=#181825,#f9e2af - ''; -} diff --git a/home/nogui/nushell.nix b/home/nogui/nushell.nix index 51bc022739a4b9951ba36bc202c2302da271cdd2..50cea0aff93c601f564b17e22ff5b2003101227a 100644 --- a/home/nogui/nushell.nix +++ b/home/nogui/nushell.nix @@ -30,7 +30,6 @@ ${jolheiser.pokego}/bin/pokego --no-title ''; extraEnv = '' $env.GOPATH = "${config.xdg.dataHome}/go" - $env.NEWT_COLORS_FILE = "${config.xdg.configHome}/newt/colors" $env.PATH = ($env.PATH | split row (char esep) | prepend '${config.xdg.dataHome}/go/bin') $env.SPECTRE_USERNAME = "jolheiser" $env.SPECTRE_SECRET-FILE = "${config.age.secrets.spectre-pw.path}"