[nix] Reorganizes files and makes an apps folder.
This commit is contained in:
@@ -16,7 +16,7 @@ in nixpkgs.lib.nixosSystem {
|
||||
home-manager.users.drew = { pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(self + "/home-manager/drew.nix")
|
||||
./drew.nix
|
||||
];
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
Reference in New Issue
Block a user