wallpaper

This commit is contained in:
Lilith 2025-03-15 01:00:04 +01:00 committed by Lilith
parent a32cde45c1
commit 9a16acca1b
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 36 additions and 41 deletions

View file

@ -1,43 +1,35 @@
{ pkgs, lib, ... }:
{
pkgs,
lib,
...
}: {
home.packages = let
common = with pkgs; [
gcc
gnumake
git
home.packages = with pkgs; [
gcc
gnumake
git
pulsemixer
pavucontrol
playerctl
blueman
nh
wl-clipboard
xdg-utils
hyprshot
pulsemixer
pavucontrol
playerctl
blueman
nh
wl-clipboard
xdg-utils
hyprshot
# obsidian
vlc
obs-studio
keepassxc
ncspot
# obsidian
vlc
obs-studio
keepassxc
ncspot
vesktop
vesktop
btop
htop
btop
htop
ollama
# zoom-us
];
gaming = with pkgs; [
prismlauncher
lutris
steamtinkerlaunch
];
in
common; # ++ (lib.optionals system-config.gaming.enable gaming);
ollama
# zoom-us
#
prismlauncher
lutris
# steamtinkerlaunch
];
}