Compare commits
2 Commits
c1f502d7c6
...
a2428ed29f
Author | SHA1 | Date | |
---|---|---|---|
a2428ed29f
|
|||
f386649cdc
|
@@ -52,10 +52,18 @@
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "SourceCodePro" ]; })
|
||||
|
||||
# Desktop env
|
||||
discord
|
||||
spotify
|
||||
obsidian
|
||||
vlc
|
||||
|
||||
# Programming
|
||||
# Security
|
||||
openvpn
|
||||
bitwarden-desktop
|
||||
bitwarden-cli
|
||||
|
||||
# Development
|
||||
gcc
|
||||
rustup
|
||||
];
|
||||
|
@@ -5,6 +5,7 @@
|
||||
./bat.nix
|
||||
./eza.nix
|
||||
./fzf.nix
|
||||
./jq.nix
|
||||
./ripgrep.nix
|
||||
./tmux.nix
|
||||
];
|
||||
|
5
home-manager/tools/jq.nix
Normal file
5
home-manager/tools/jq.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.jq.enable = true;
|
||||
}
|
Reference in New Issue
Block a user