From 5208197533e9d733f8ab36e8ea01c5cef11acac7 Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 16 Jul 2024 14:44:23 +0200 Subject: [PATCH] updated Gitignore, added Home-Manager Input --- .gitignore | 2 +- systems/x86_64-linux/yerukall/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;