add nix settings and dir colors for MacOS
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# Nix package manager configuration
|
||||
nix = {
|
||||
settings = {
|
||||
enable = true;
|
||||
|
||||
# Enable experimental features for modern Nix functionality
|
||||
# - "nix-command": Enables the new unified 'nix' command interface
|
||||
# - "flakes": Enables Nix flakes for reproducible and composable configurations
|
||||
|
||||
@@ -33,6 +33,7 @@ let
|
||||
"rp1" = colors.turquoise; # Turquoise
|
||||
"mab" = colors.lavender; # Lavender
|
||||
"C02CLC7FLVDL" = colors.gold; # Gold
|
||||
"M04MN219CK" = colors.gold; # Gold
|
||||
};
|
||||
|
||||
# Get the current hostname
|
||||
|
||||
Reference in New Issue
Block a user