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 =
|
imports = [
|
||||||
[
|
./hardware-configuration.nix
|
||||||
./hardware-configuration.nix
|
./local-packages.nix
|
||||||
../../nixos/packages.nix
|
../../nixos/modules
|
||||||
./local-packages.nix
|
];
|
||||||
../../nixos/modules
|
|
||||||
];
|
environment.systemPackages = [ pkgs.home-manager ];
|
||||||
|
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
{ stateVersion, hostname, ... }:
|
{ pkgs, stateVersion, hostname, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[
|
./hardware-configuration.nix
|
||||||
./hardware-configuration.nix
|
./local-packages.nix
|
||||||
../../nixos/packages.nix
|
../../nixos/modules
|
||||||
./local-packages.nix
|
];
|
||||||
../../nixos/modules
|
|
||||||
];
|
environment.systemPackages = [ pkgs.home-manager ];
|
||||||
|
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user