changes
This commit is contained in:
parent
0d11025ab6
commit
951f5e5c0e
3 changed files with 52 additions and 32 deletions
48
home/all.nix
48
home/all.nix
|
|
@ -2,10 +2,7 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
gh
|
||||
adwsteamgtk
|
||||
prismlauncher
|
||||
# cli utilities
|
||||
tmux
|
||||
fastfetch
|
||||
btop
|
||||
|
|
@ -15,32 +12,41 @@
|
|||
ncdu
|
||||
fzf
|
||||
wl-clipboard
|
||||
openmw
|
||||
nixfmt-rfc-style
|
||||
(chromium.override {
|
||||
enableWideVine = true;
|
||||
})
|
||||
strawberry
|
||||
spotify-player
|
||||
input-leap
|
||||
libreoffice-qt-fresh
|
||||
spotdl
|
||||
rclone
|
||||
helium-browser
|
||||
waypipe
|
||||
|
||||
# development & tooling
|
||||
gh
|
||||
deno
|
||||
prettier
|
||||
prettierd
|
||||
nixfmt-rfc-style
|
||||
jdk21_headless
|
||||
|
||||
# kde and kde theming
|
||||
kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
colloid-icon-theme
|
||||
|
||||
# gui applications
|
||||
vesktop
|
||||
prismlauncher
|
||||
strawberry
|
||||
input-leap
|
||||
libreoffice-qt-fresh
|
||||
spotify-player
|
||||
spotdl
|
||||
openmw
|
||||
musescore
|
||||
mpv
|
||||
gimp
|
||||
calibre
|
||||
helium-browser
|
||||
|
||||
jdk21_headless
|
||||
|
||||
kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
|
||||
colloid-icon-theme
|
||||
# browsers
|
||||
# (chromium.override {
|
||||
# enableWideVine = true;
|
||||
# })
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue