mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add home-manager package
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ stateVersion, hostname, ... }:
|
||||
{ pkgs, stateVersion, hostname, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../nixos/packages.nix
|
||||
./local-packages.nix
|
||||
../../nixos/modules
|
||||
];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./local-packages.nix
|
||||
../../nixos/modules
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.home-manager ];
|
||||
|
||||
networking.hostName = hostname;
|
||||
|
||||
|
Reference in New Issue
Block a user