home: move around things a bit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 16:57:00 +05:30
parent 48e46b465f
commit 684b9a41cc
12 changed files with 61 additions and 50 deletions

View File

@@ -1,7 +1,6 @@
{ config, flake, inputs, pkgs, ... }:
{ flake, pkgs, config, ... }:
{
home.packages = with pkgs; [
# A/V, codec and media stuff
ffmpeg-full
wireplumber
@@ -18,20 +17,12 @@
p7zip
unrar
vim
jmtpfs
(flake.packages.${pkgs.system}.customscripts)
translate-shell
powertop
(flake.packages.${system}.customscripts)
cachix
undervolt
w3m
steam-run
# GUI utils
slack
(discord.override {
nss = nss_latest;
})
webcord
(xfce.thunar.override {
thunarPlugins = with xfce; [
@@ -44,21 +35,9 @@
xfce.tumbler
qbittorrent
hexchat
luajit
dunst
authy
gnome.zenity
# Wine and games and stuff
lutris
wineWowPackages.stable
steam
lutris
winetricks
flake.packages.${pkgs.system}.tlauncher
mangohud
# inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
# Programming and dev stuff
(texlive.combine {
inherit (texlive)
@@ -83,16 +62,14 @@
tcolorbox;
})
python3Packages.pygments
inform7
ghc
nodejs
rust-bin.nightly.latest.default
openjdk
# Misc
anki
tor-browser-bundle-bin
mailcap
libsForQt5.qtstyleplugins
] ++ lib.optionals config.isLaptop [
powertop
undervolt
];
}