added vim markdown-toc, markitdown-unstable and implemented yubikey-module into flake.nix

This commit is contained in:
aaron 2025-03-19 11:12:00 +01:00
parent 0c3a9f1e75
commit 3f78ce4e3f
3 changed files with 12 additions and 9 deletions

18
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741791118, "lastModified": 1742246081,
"narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", "narHash": "sha256-1e4oFbtdOOb6NqauHevWWjEUXZnfZ6RUAJJjn9i4YBc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "18780912345970e5b546b1b085385789b6935a83", "rev": "c657142e24a43ea1035889f0b0a7c24598e0e18a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1741792691, "lastModified": 1742217307,
"narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=", "narHash": "sha256-3fwpN7KN226ghLlpO9TR0/WpgQOmOj1e8bieUxpIYSk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e1f12151258b12c567f456d8248e4694e9390613", "rev": "4f4d97d7b7be387286cc9c988760a7ebaa5be1f1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1741513245, "lastModified": 1742069588,
"narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -58,6 +58,7 @@
./modules/defaults/virtualization/docker.nix ./modules/defaults/virtualization/docker.nix
./modules/defaults/virtualization/kvm.nix ./modules/defaults/virtualization/kvm.nix
./modules/defaults/security.nix ./modules/defaults/security.nix
./modules/defaults/yubikey.nix
]; ];
}; };
}; };

View file

@ -5,6 +5,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nix-index nix-index
vim tmux vim tmux
vimPlugins.vim-markdown-toc
python3.13-markitdown-unstable
wget curl wget curl
htop atop iotop iftop htop atop iotop iftop
file bc file bc