From a0b86392d20251215803e1976a2255e48d2ab584 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 2 Oct 2025 02:33:11 +0000 Subject: [PATCH] Pop os! --- .../home/{srid@vixen.nix => srid@pop-os.nix} | 11 +---------- flake.nix | 7 ------- 2 files changed, 1 insertion(+), 17 deletions(-) rename configurations/home/{srid@vixen.nix => srid@pop-os.nix} (62%) 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";