From 86179e6fa5dcc1a86afbac37b81ef6c7ceee49c6 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 9 Oct 2022 17:12:20 -0700 Subject: [PATCH] does this work --- flake.lock | 126 +++++++++++++++++++++++++++++++++ home-manager/users/notgne2.nix | 9 ++- 2 files changed, 134 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 4718ea0..ac35f60 100644 --- a/flake.lock +++ b/flake.lock @@ -16,6 +16,22 @@ "type": "github" } }, + "base16-kermit": { + "flake": false, + "locked": { + "lastModified": 1644072177, + "narHash": "sha256-DZ9MeLTnCBv+DYcuaxuQ+b9He0Ewibb7K2ogqpnp+mg=", + "owner": "orhun", + "repo": "base16-kermit", + "rev": "5d8939a50cbee5683cdd73c59903401eb64e1c30", + "type": "github" + }, + "original": { + "owner": "orhun", + "repo": "base16-kermit", + "type": "github" + } + }, "base16-kitty": { "flake": false, "locked": { @@ -48,6 +64,38 @@ "type": "github" } }, + "base16-vim": { + "flake": false, + "locked": { + "lastModified": 1663659192, + "narHash": "sha256-uJvaYYDMXvoo0fhBZUhN8WBXeJ87SRgof6GEK2efFT0=", + "owner": "chriskempson", + "repo": "base16-vim", + "rev": "3be3cd82cd31acfcab9a41bad853d9c68d30478d", + "type": "github" + }, + "original": { + "owner": "chriskempson", + "repo": "base16-vim", + "type": "github" + } + }, + "base16-vscode": { + "flake": false, + "locked": { + "lastModified": 1659512690, + "narHash": "sha256-UxIbwBtWncAvG+eIRr2ei4O/48JjStrD0t10f88nNCY=", + "owner": "golf1052", + "repo": "base16-vscode", + "rev": "e666ffd5eb24275b9098bc1ee57440ba98afa9d9", + "type": "github" + }, + "original": { + "owner": "golf1052", + "repo": "base16-vscode", + "type": "github" + } + }, "bobthefish": { "flake": false, "locked": { @@ -111,6 +159,28 @@ "type": "github" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "plasma-manager", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1654113405, + "narHash": "sha256-VpK+0QaWG2JRgB00lw77N9TjkE3ec0iMYIX1TzGpxa4=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-22.05", + "repo": "home-manager", + "type": "github" + } + }, "mudl": { "inputs": { "flake-utils": "flake-utils", @@ -149,6 +219,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1655643053, + "narHash": "sha256-8PMDEr44DwH45PbBijtQcAPyC4Ap+sOO5wK0y5lFvyY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5afb1b7dcf46c4ded5719525a42879b35363862c", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-22.05", + "repo": "nixpkgs", + "type": "github" + } + }, "npm-buildpackage": { "locked": { "lastModified": 1624358188, @@ -164,16 +250,56 @@ "type": "github" } }, + "npmlock2nix": { + "flake": false, + "locked": { + "lastModified": 1654775747, + "narHash": "sha256-9pXHDpIjmsK5390wmpGHu9aA4QOPpegPBvThHeBlef4=", + "owner": "nix-community", + "repo": "npmlock2nix", + "rev": "5c4f247688fc91d665df65f71c81e0726621aaa8", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "npmlock2nix", + "type": "github" + } + }, + "plasma-manager": { + "inputs": { + "home-manager": "home-manager", + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1664383871, + "narHash": "sha256-dOnnzfqd/PCf1K3USKq2PqSGKmIqkr/SD7zHb1yoAyw=", + "owner": "pjones", + "repo": "plasma-manager", + "rev": "16c437e43a0e049b15c9bfd37295f6e978ea9955", + "type": "github" + }, + "original": { + "owner": "pjones", + "repo": "plasma-manager", + "type": "github" + } + }, "root": { "inputs": { "auto-base16-theme": "auto-base16-theme", + "base16-kermit": "base16-kermit", "base16-kitty": "base16-kitty", "base16-rofi": "base16-rofi", + "base16-vim": "base16-vim", + "base16-vscode": "base16-vscode", "bobthefish": "bobthefish", "done": "done", "firenvim": "firenvim", "mudl": "mudl", "nixpkgs": "nixpkgs", + "npmlock2nix": "npmlock2nix", + "plasma-manager": "plasma-manager", "rycee": "rycee", "schemer2": "schemer2" } diff --git a/home-manager/users/notgne2.nix b/home-manager/users/notgne2.nix index b168123..2d10a7d 100644 --- a/home-manager/users/notgne2.nix +++ b/home-manager/users/notgne2.nix @@ -259,8 +259,15 @@ in { ''; programs.git = { - signing.key = "70420458F2C01295"; + signing.key = null; signing.signByDefault = true; + iniContent = { + gpg.format = "ssh"; + gpg.ssh.defaultKeyCommand = toString (pkgs.writeShellScript "git-ssh-key" '' + echo -n 'key::' + ssh-add -L + ''); + }; enable = true; lfs.enable = true; userName = "notgne2";