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