mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds/removes some stuff
This commit is contained in:
parent
e381384e28
commit
4542229037
1 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
pciutils # List PCI(e) devices and controllers
|
|
||||||
bandwhich # Terminal bandwidth utilization tool
|
|
||||||
powertop
|
|
||||||
element-desktop # Nheko is kinda shit so sadly this has to happen
|
element-desktop # Nheko is kinda shit so sadly this has to happen
|
||||||
iamb # In-terminal-Matrix-messaging
|
iamb # In-terminal-Matrix-messaging
|
||||||
signal-desktop # Since the bridge is broken :(
|
signal-desktop # Since the bridge is broken :(
|
||||||
|
|
@ -11,7 +8,7 @@
|
||||||
pixcat # Display images in the terminal
|
pixcat # Display images in the terminal
|
||||||
lm_sensors # Show sensor outputs, i.e. temperatures
|
lm_sensors # Show sensor outputs, i.e. temperatures
|
||||||
yubikey-touch-detector # Display notification when YubiKey requires a headpat
|
yubikey-touch-detector # Display notification when YubiKey requires a headpat
|
||||||
bitwarden-cli # Use Bitwarden as a CLI secrets manager
|
pass # Passwords but CLI
|
||||||
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
||||||
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
||||||
vimv # edit filenames in batch with $EDITOR
|
vimv # edit filenames in batch with $EDITOR
|
||||||
|
|
@ -27,7 +24,6 @@
|
||||||
openresolv # required for wireguard-tools
|
openresolv # required for wireguard-tools
|
||||||
progress
|
progress
|
||||||
zip
|
zip
|
||||||
ripdrag
|
|
||||||
pwgen
|
pwgen
|
||||||
jq
|
jq
|
||||||
tmux
|
tmux
|
||||||
|
|
@ -39,14 +35,12 @@
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
lazygit
|
lazygit
|
||||||
gitleaks # TODO: adds pre-commit hook
|
gitleaks
|
||||||
libreoffice
|
libreoffice
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
lunar-client
|
lunar-client
|
||||||
ripgrep
|
ripgrep
|
||||||
yt-dlp
|
yt-dlp
|
||||||
# wineWowPackages.wayland
|
|
||||||
# element-desktop # wayland version is very laggy for me
|
|
||||||
spotify
|
spotify
|
||||||
spotify-player
|
spotify-player
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue