fix: move import
This commit is contained in:
parent
6972221bda
commit
fb74976f82
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{inArgs, ...}: {
|
||||||
|
imports = [ inArgs.nix-flatpak.nixosModules.nix-flatpak ];
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
update.auto = {
|
update.auto = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue