mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
testing tmrw
This commit is contained in:
parent
6fff6d1845
commit
164c765a83
2 changed files with 1 additions and 10 deletions
|
|
@ -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```
|
||||
|
|
|
|||
|
|
@ -1,8 +1 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
{ imports = [ ./hardware.nix ./system.nix ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue