updated trantor

feat/kile-v2
Ricard Illa 2022-03-05 18:55:50 +01:00
parent 92ce60585f
commit b8917f4d48
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 6 additions and 3 deletions

View File

@ -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" = {