Restructured nixos home-manager config
This commit is contained in:
21
home/modules/utils.nix
Normal file
21
home/modules/utils.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# Nix specific utilities
|
||||
manix
|
||||
nix-tree
|
||||
|
||||
# Utilities
|
||||
jq
|
||||
bc
|
||||
file
|
||||
wget
|
||||
curl
|
||||
btop
|
||||
p7zip
|
||||
sshpass
|
||||
ripgrep
|
||||
openvpn
|
||||
pciutils
|
||||
fastfetch
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user