From 164c765a831583c206c0516a72f2ae94b0a1d6a8 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 6 Jun 2023 02:32:34 -0400 Subject: [PATCH] testing tmrw --- README.md | 2 -- sysConfig/desktop/default.nix | 9 +-------- 2 files changed, 1 insertion(+), 10 deletions(-) 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 ]; }