diff --git a/README.md b/README.md index 17a7492..79fdf13 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ located by default in ```/etc/nixos/configuration.nix``` ### Home-Manager -> This is a standalone home-manager install, NOT a NixOS/darwin module. - To initialize Home-Manager properly for the first time, run the following command: ```nix run home-manager/master -- init``` diff --git a/sysConfig/desktop/default.nix b/sysConfig/desktop/default.nix index 7343235..81bd910 100644 --- a/sysConfig/desktop/default.nix +++ b/sysConfig/desktop/default.nix @@ -1,8 +1 @@ -{ ... }: - -{ - imports = [ - ./hardware.nix - ./system.nix - ]; -} +{ imports = [ ./hardware.nix ./system.nix ]; }