updated trantor
parent
92ce60585f
commit
b8917f4d48
|
@ -2,13 +2,16 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, inputs, pkgs, ... }:
|
||||
{ config, pkgs, stablePkgs, impermanence, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./nixos/hardware-configuration/trantor.nix ./nixos/common.nix ];
|
||||
|
||||
home-manager.users.rilla.imports =
|
||||
[ home/trantor.nix "${inputs.impermanence}/home-manager.nix" ];
|
||||
home-manager = {
|
||||
users.rilla.imports =
|
||||
[ home/trantor.nix "${impermanence}/home-manager.nix" ];
|
||||
extraSpecialArgs.stablePkgs = stablePkgs;
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/boot/efi" = {
|
||||
|
|
Loading…
Reference in New Issue