mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Pop os!
This commit is contained in:
parent
da86b1085d
commit
a0b86392d2
2 changed files with 1 additions and 17 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue