added ncmpcpp

This commit is contained in:
Charlie Root 2024-04-13 00:15:21 +02:00
commit ef91a2a87c
8 changed files with 641 additions and 21 deletions

View file

@ -1,23 +1,17 @@
{ config, inputs, pkgs, ... }:
let
username = config.myOptions.other.system.username;
fenix = inputs.fenix.packages.${pkgs.system};
in {
home-manager.users.${username} = {
home.packages = let
fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [
environment.systemPackages = with pkgs; [
alacritty
alsa-utils
asciinema
betterbird
bibata-cursors
chromium
dig
easyeffects
element-desktop
eza
ripgrep
fastfetch
(fenix.complete.withComponents [
"cargo"
@ -39,6 +33,7 @@ in {
krita
lazygit
libreoffice-fresh
ncmpcpp
neofetch
neovim
networkmanagerapplet
@ -47,18 +42,20 @@ in {
pavucontrol
pcmanfm
pfetch
playerctl
polkit
python3
qbittorrent
ripgrep
rustdesk
rofi
scc
sherlock
signal-desktop-beta
smartmontools
spotube
st
steam
strawberry-qt6
telegram-desktop
texliveFull
thunderbird
@ -74,5 +71,4 @@ in {
zathura
zip
];
};
}