modified: hosts/nixos/configuration.nix

This commit is contained in:
2025-07-22 14:22:49 +10:00
parent ddf0133da5
commit 236385e480

View File

@@ -2,7 +2,7 @@
# 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, pkgs, lib, inputs,... }: { config, pkgs, lib, ... }:
let let
nixosConfEditor = builtins.getFlake "github:snowfallorg/nixos-conf-editor"; nixosConfEditor = builtins.getFlake "github:snowfallorg/nixos-conf-editor";
in { in {