mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add dotfiles
This commit is contained in:
commit
39fe550b3e
45 changed files with 4363 additions and 0 deletions
91
modules/home/packages.nix
Normal file
91
modules/home/packages.nix
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
self,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
home.packages = with pkgs; [
|
||||
# system
|
||||
wget
|
||||
unzip
|
||||
neovim
|
||||
python3
|
||||
dconf
|
||||
libnotify
|
||||
i3lock-fancy-rapid
|
||||
pkg-config
|
||||
alsa-utils
|
||||
|
||||
# cli
|
||||
zellij
|
||||
fd
|
||||
glow
|
||||
trash-cli
|
||||
thefuck
|
||||
xclip
|
||||
fend
|
||||
broot
|
||||
unar
|
||||
bottom
|
||||
|
||||
# gui
|
||||
feh
|
||||
rofi
|
||||
dunst
|
||||
yq
|
||||
imagemagick
|
||||
ungoogled-chromium
|
||||
librewolf
|
||||
mullvad-browser
|
||||
tor-browser-bundle-bin
|
||||
gimp
|
||||
logseq
|
||||
zotero
|
||||
armcord
|
||||
freetube
|
||||
texstudio
|
||||
texlive.combined.scheme-full
|
||||
mpv
|
||||
inkscape
|
||||
dolphin
|
||||
qgis
|
||||
obs-studio
|
||||
mumble
|
||||
onionshare-gui
|
||||
freetube
|
||||
kotatogram-desktop
|
||||
signal-desktop
|
||||
|
||||
# dev
|
||||
psmisc
|
||||
qmk
|
||||
python311Packages.pip
|
||||
cmake
|
||||
texlab
|
||||
|
||||
# gaming
|
||||
gamemode
|
||||
gamehub
|
||||
lutris
|
||||
prismlauncher
|
||||
airshipper
|
||||
bottles
|
||||
minigalaxy
|
||||
cemu
|
||||
mindustry
|
||||
|
||||
# media
|
||||
ffmpeg
|
||||
pulseaudio
|
||||
playerctl
|
||||
pavucontrol
|
||||
pulsemixer
|
||||
pamixer
|
||||
alsa-utils
|
||||
alsa-tools
|
||||
cava
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue