feat: init

This commit is contained in:
Nick 2024-10-06 15:25:05 -05:00
commit c19ea940bd
320 changed files with 23845 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
android-file-transfer
android-tools
scrcpy
;
};
}
#requires that users be part of the adbusers group

View file

@ -0,0 +1,36 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
acpi
cifs-utils
fastfetch
ffmpeg
flac
gvfs
hardinfo
inetutils
libgen-cli
libnatpmp
ncdu
networkmanager-openvpn
nftables
nyancat
openssl
pciutils
pinentry
playerctl
simple-mtpfs
sshfs
tokei
tomb
unrar
unzip
wezterm
wget
wine
xdotool
zip
;
};
}

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
celeste
bulky
flameshot
gparted
usbimager
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
lutris
prismlauncher
steam
;
};
}

View file

@ -0,0 +1,34 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
evince
file-roller
gnome-calculator
gnome-characters
gnome-disk-utility
# gnome-remote-desktop
# gnome-shell-extensions
gnome-system-monitor
# gnome-tweaks
nautilus
;
# inherit
# (pkgs.gnomeExtensions)
# appindicator
# dash-to-panel
# just-perfection
# keep-awake
# no-overview
# notification-banner-reloaded
# paperwm
# start-overlay-in-application-view
# tiling-assistant
# wallpaper-slideshow
# ;
};
}

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
brave
firefox
tdesktop
teams-for-linux
whatsapp-for-linux
;
};
}

View file

@ -0,0 +1,13 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
discord
element-desktop
openvpn
signal-desktop
vesktop
xdg-utils
;
};
}

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
kid3
mp3gain
nicotine-plus
puddletag
soulseekqt
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
okular
partitionmanager
kolourpaint
;
};
}

View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
beets
flameshot
celluloid
feishin
nomacs
mpv
open-dyslexic
spotify
vlc
;
};
}

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
bitwarden
ledger-live-desktop
protonvpn-gui
protonvpn-cli
tor-browser
;
};
}

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
blender
darktable
gimp
opentabletdriver
;
inherit
(pkgs.sweethome3d)
application
;
};
}

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
inkscape
krita
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
reaper
ardour
yabridge
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.nodePackages_latest)
dotenv-cli
forever
nodejs
;
};
}

View file

@ -0,0 +1,14 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
droidcam
deskreen
shotcut
# syncplay # group streaming thingie
# yt-dlp # dependency for syncplay
;
};
}

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
libreoffice
obsidian
;
};
}

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
virt-manager
;
};
}

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
wpsoffice
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
desktop-file-utils
exiftool
mediainfo
;
};
}