From 3f78ce4e3f5db046ff670ae603bf630ffe5c7c1d Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 19 Mar 2025 11:12:00 +0100 Subject: [PATCH] added vim markdown-toc, markitdown-unstable and implemented yubikey-module into flake.nix --- flake.lock | 18 +++++++++--------- flake.nix | 1 + modules/defaults/base.nix | 2 ++ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index f93478e..8c0c655 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1741791118, - "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", + "lastModified": 1742246081, + "narHash": "sha256-1e4oFbtdOOb6NqauHevWWjEUXZnfZ6RUAJJjn9i4YBc=", "owner": "nix-community", "repo": "home-manager", - "rev": "18780912345970e5b546b1b085385789b6935a83", + "rev": "c657142e24a43ea1035889f0b0a7c24598e0e18a", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1741792691, - "narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=", + "lastModified": 1742217307, + "narHash": "sha256-3fwpN7KN226ghLlpO9TR0/WpgQOmOj1e8bieUxpIYSk=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "e1f12151258b12c567f456d8248e4694e9390613", + "rev": "4f4d97d7b7be387286cc9c988760a7ebaa5be1f1", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1741513245, - "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", + "lastModified": 1742069588, + "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", + "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7b55eef..cf0d990 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,7 @@ ./modules/defaults/virtualization/docker.nix ./modules/defaults/virtualization/kvm.nix ./modules/defaults/security.nix + ./modules/defaults/yubikey.nix ]; }; }; diff --git a/modules/defaults/base.nix b/modules/defaults/base.nix index 53c226e..a8bfc26 100644 --- a/modules/defaults/base.nix +++ b/modules/defaults/base.nix @@ -5,6 +5,8 @@ environment.systemPackages = with pkgs; [ nix-index vim tmux + vimPlugins.vim-markdown-toc + python3.13-markitdown-unstable wget curl htop atop iotop iftop file bc