fix: move import

This commit is contained in:
Ranomier 2025-06-09 20:37:55 +02:00
parent 6972221bda
commit fb74976f82
2 changed files with 2 additions and 3 deletions

View file

@ -31,8 +31,6 @@
# steam and other stuff seems to depend on perl # steam and other stuff seems to depend on perl
#"${modulesPath}/profiles/perlless.nix" #"${modulesPath}/profiles/perlless.nix"
inArgs.nix-flatpak.nixosModules.nix-flatpak
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1 #nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
./hardware-configuration.nix ./hardware-configuration.nix
./boot.nix ./boot.nix

View file

@ -1,4 +1,5 @@
{ {inArgs, ...}: {
imports = [ inArgs.nix-flatpak.nixosModules.nix-flatpak ];
services.flatpak = { services.flatpak = {
enable = true; enable = true;
update.auto = { update.auto = {