mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
reinstall to thinkpad
This commit is contained in:
parent
7ef53cbab3
commit
3620c1ad51
7 changed files with 16 additions and 46 deletions
14
hosts/duskfall/default.nix
Normal file
14
hosts/duskfall/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
home-manager.users = builtins.listToAttrs
|
||||
(map (user: { name = user; value =
|
||||
({ imports = [ ./home.nix ../../modules/user ]; });}) config.systemSettings.users);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue