Compare commits
2 Commits
c1f502d7c6
...
a2428ed29f
Author | SHA1 | Date | |
---|---|---|---|
a2428ed29f
|
|||
f386649cdc
|
@@ -52,10 +52,18 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "SourceCodePro" ]; })
|
(nerdfonts.override { fonts = [ "SourceCodePro" ]; })
|
||||||
|
|
||||||
|
# Desktop env
|
||||||
discord
|
discord
|
||||||
spotify
|
spotify
|
||||||
|
obsidian
|
||||||
|
vlc
|
||||||
|
|
||||||
# Programming
|
# Security
|
||||||
|
openvpn
|
||||||
|
bitwarden-desktop
|
||||||
|
bitwarden-cli
|
||||||
|
|
||||||
|
# Development
|
||||||
gcc
|
gcc
|
||||||
rustup
|
rustup
|
||||||
];
|
];
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
./bat.nix
|
./bat.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
|
./jq.nix
|
||||||
./ripgrep.nix
|
./ripgrep.nix
|
||||||
./tmux.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