diff --git a/.gitignore b/.gitignore index 301d47e..234b15e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -flake.lock +/flake.lock diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index 89259a2..99711ee 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, home-manager, ... }: let lock-false = { Value = false;