The big variable overhaul

This commit is contained in:
Jimbo 2024-09-23 16:22:01 -04:00
parent 3f0a235dc8
commit 6dab8fc029
36 changed files with 269 additions and 326 deletions

View file

@ -42,8 +42,13 @@
# Your custom packages and modifications, exported as overlays
overlays = import ./extras/overlays.nix {inherit inputs;};
# Secrets defined so they can be accessed globally
secrets = import ./secrets.nix;
# Variables defined so they can be accessed globally
secrets = import ./extras/secrets.nix;
cmd = import ./extras/cmd.nix;
displays = import ./extras/displays.nix;
ips = import ./extras/ips.nix;
look = import ./extras/look.nix;
ws = import ./extras/workspaces.nix;
# NixOS configuration entrypointm use 'nixos-rebuild --flake .#your-hostname'
nixosConfigurations = {