Simplify home.nix

This commit is contained in:
Jimbo 2024-09-29 22:17:21 -04:00
parent 812e8d8525
commit dfcd383c50
4 changed files with 2 additions and 16 deletions

View file

@ -50,7 +50,7 @@
look = import ./extras/look.nix;
ws = import ./extras/workspaces.nix;
# NixOS configuration entrypointm use 'nixos-rebuild --flake .#your-hostname'
# NixOS configuration entrypoint, use 'nixos-rebuild --flake .#your-hostname'
nixosConfigurations = {
JimDesktop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};