home-manager: add pkgs to manage (rm from cargo)
This commit is contained in:
parent
a034e358b7
commit
028a939c42
@ -7,9 +7,7 @@
|
||||
"cargo-install-update-config",
|
||||
]
|
||||
"cargo-watch 8.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["cargo-watch"]
|
||||
"cloak 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["cloak"]
|
||||
"crowbook 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["crowbook"]
|
||||
"du-dust 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = ["dust"]
|
||||
"eva 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = ["eva"]
|
||||
"rustlings 3.0.0 (path+file:///home/vis/utils/rustlings)" = ["rustlings"]
|
||||
"sccache 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = ["sccache"]
|
||||
@ -23,5 +21,4 @@
|
||||
"taplo-cli 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["taplo"]
|
||||
"taskwarrior-tui 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = ["taskwarrior-tui"]
|
||||
"vtebench 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = ["vtebench"]
|
||||
"zellij 0.37.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["zellij"]
|
||||
"zenith 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = ["zenith"]
|
||||
|
@ -12,6 +12,19 @@ in {
|
||||
home.homeDirectory = "/home/$USER";
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
statix
|
||||
duf
|
||||
dua
|
||||
du-dust
|
||||
zellij
|
||||
cloak
|
||||
headscale
|
||||
btop
|
||||
sops
|
||||
];
|
||||
|
||||
homeage = {
|
||||
# Absolute path to identity (created not through home-manager)
|
||||
identityPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user