diff --git a/configurations/home/srid@vixen.nix b/configurations/home/srid@pop-os.nix similarity index 62% rename from configurations/home/srid@vixen.nix rename to configurations/home/srid@pop-os.nix index 1fb6a79..b68a9cc 100644 --- a/configurations/home/srid@vixen.nix +++ b/configurations/home/srid@pop-os.nix @@ -16,18 +16,9 @@ in "${homeMod}/all/starship.nix" "${homeMod}/all/bash.nix" "${homeMod}/all/terminal.nix" - "${homeMod}/all/1password.nix" + # "${homeMod}/all/1password.nix" ]; - # Bash custom configuration - programs.bash = { - # Not using this ^ because our starship provides direnv integration. - # bashrcExtra = '' - # # Omarchy integration - # source ~/.local/share/omarchy/default/bash/rc - # ''; - }; - home.username = "srid"; home.stateVersion = "25.05"; } diff --git a/flake.nix b/flake.nix index acd09be..b094b70 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,6 @@ { description = "Srid's NixOS / nix-darwin configuration"; - nixConfig = { - substituters = [ "https://cache.srid.ca" ]; - trusted-public-keys = [ - "cache.srid.ca:EGydqsWFaTZeW6vsXnOHclTXrmJ58gq/bkVYhRpuzQ8=" - ]; - }; - inputs = { flake-parts.url = "github:hercules-ci/flake-parts";