You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.1 KiB
Nix

{ config, pkgs, ... }:
{
home.username = "alexuty";
home.homeDirectory = "/home/alexuty";
home.packages = with pkgs; [
anki-bin
audacity
blender
2 months ago
calibre
corefonts
drawio
fastfetch
filelight
firefox
fortune-kind
galaxy-buds-client
gimp
gummi
git
htop
hyfetch
itch
kate
kdePackages.kdeconnect-kde
kdePackages.kleopatra
keepassxc
libqalculate
2 months ago
libremines
libreoffice
localsend
meslo-lgs-nf
monero-gui
nh
obsidian
papirus-icon-theme
prismlauncher
protonmail-desktop
protonvpn-gui
qalculate-qt
qbittorrent-qt5
qemu_kvm
rhythmbox
session-desktop
signal-desktop-beta
smartgithg
spice-gtk
steam
syncthingtray
tailscale
tailscale-systray
telegram-desktop
tetrio-desktop
texliveFull
timer
tldr
unipicker
vlc
vesktop
waydroid
wget
yakuake
];
programs.home-manager.enable = true;
nixpkgs.overlays = [(final: prev: {
vesktop = prev.vesktop.override {
withSystemVencord = false;
};
})];
home.stateVersion = "24.05";
}