updated Gitignore, added Home-Manager Input
This commit is contained in:
parent
1088c4c482
commit
5208197533
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
flake.lock
|
||||
/flake.lock
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue