refac: cleanup + ripgrep
This commit is contained in:
parent
4399a0706e
commit
bba4734670
10
common.nix
10
common.nix
@ -405,8 +405,6 @@ in
|
||||
pwvucontrol # pipewire volume control
|
||||
brave # Chromium based fallback browser
|
||||
qalculate-gtk # Best calculator ever
|
||||
#home-manager # Nix's Home-Manager
|
||||
catppuccin-cursors.mochaDark # Catppuccin Mouse Cursors
|
||||
wofi # dmenu, but for wlroots wayland
|
||||
kitty # kitty terminal emulator
|
||||
waybar # Status bar for wayland compositors
|
||||
@ -448,13 +446,6 @@ in
|
||||
wireguard-tools # Wireguard
|
||||
man-pages # dev man pages
|
||||
man-pages-posix # dev man pages
|
||||
#(catppuccin-sddm.override {
|
||||
# flavor = "mocha";
|
||||
# font = "Fira Sans";
|
||||
# fontSize = "9";
|
||||
# backgroundbin = "$XDG_PICTURES_DIR/Wallpapers/current";
|
||||
# loginBackground = true;
|
||||
#})
|
||||
steamcmd # steamcmd
|
||||
wget # downloader
|
||||
xclip # Clipboard
|
||||
@ -478,6 +469,7 @@ in
|
||||
maven # Java Build tool
|
||||
jdk # Java development kit
|
||||
nixfmt-rfc-style # official nix formatter
|
||||
ripgrep # some nice grep alternative
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user