This commit is contained in:
Sridhar Ratnakumar 2025-10-02 02:33:11 +00:00
parent da86b1085d
commit a0b86392d2
2 changed files with 1 additions and 17 deletions

View file

@ -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";
}

View file

@ -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";