mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
commit
1b3b87d2cc
2 changed files with 35 additions and 0 deletions
27
nix/flake.lock
generated
Normal file
27
nix/flake.lock
generated
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"nodes": {
|
||||||
|
"nixpkgs": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1745391562,
|
||||||
|
"narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": "root",
|
||||||
|
"version": 7
|
||||||
|
}
|
|
@ -15,7 +15,15 @@
|
||||||
nixpkgs.legacyPackages.x86_64-linux.curl
|
nixpkgs.legacyPackages.x86_64-linux.curl
|
||||||
nixpkgs.legacyPackages.x86_64-linux.neovim
|
nixpkgs.legacyPackages.x86_64-linux.neovim
|
||||||
nixpkgs.legacyPackages.x86_64-linux.ripgrep
|
nixpkgs.legacyPackages.x86_64-linux.ripgrep
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.bat
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.eza
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.zoxide
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.yazi
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.hexyl
|
||||||
nixpkgs.legacyPackages.x86_64-linux.fzf
|
nixpkgs.legacyPackages.x86_64-linux.fzf
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.difftastic
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.starship
|
||||||
|
nixpkgs.legacyPackages.x86_64-linux.lazygit
|
||||||
|
|
||||||
nixpkgs.legacyPackages.x86_64-linux.clang-tools
|
nixpkgs.legacyPackages.x86_64-linux.clang-tools
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue