Compare commits
10 commits
625ea726f3
...
86d205fc06
Author | SHA1 | Date | |
---|---|---|---|
86d205fc06 | |||
5629240050 | |||
bb741a98d0 | |||
154ee17524 | |||
d88def7afa | |||
1d63c21c95 | |||
094f4eb97b | |||
ec50ea001f | |||
d4934ef1db | |||
8924bad1bc |
1 changed files with 14 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
ansible
|
ansible
|
||||||
|
authenticator # 2-factor auth, it's for Gnome but it's the only good one (can scan in from the phone etc)
|
||||||
birdtray
|
birdtray
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
|
@ -27,10 +28,13 @@
|
||||||
curl
|
curl
|
||||||
ddev
|
ddev
|
||||||
diffr
|
diffr
|
||||||
|
dig
|
||||||
dmidecode
|
dmidecode
|
||||||
docker
|
docker
|
||||||
# dog # breaks build
|
# dog # breaks build
|
||||||
espanso-wayland # breaks build???
|
espanso-wayland # breaks build???
|
||||||
|
et # 'egg timer' command-line-ish timer app; mpris-timer is a Gnome graphical alternative in the surprisingly sparse set of timer options (cannot find one built into KDE?)
|
||||||
|
exif
|
||||||
fish
|
fish
|
||||||
fishPlugins.done
|
fishPlugins.done
|
||||||
firefoxpwa
|
firefoxpwa
|
||||||
|
@ -42,6 +46,7 @@
|
||||||
git-open
|
git-open
|
||||||
gnucash
|
gnucash
|
||||||
gnumake
|
gnumake
|
||||||
|
handbrake
|
||||||
htop
|
htop
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_US-large
|
hunspellDicts.en_US-large
|
||||||
|
@ -50,6 +55,7 @@
|
||||||
# jitsi-meet-electron # currently breaks build
|
# jitsi-meet-electron # currently breaks build
|
||||||
jq
|
jq
|
||||||
just
|
just
|
||||||
|
kdePackages.audex
|
||||||
kdePackages.filelight
|
kdePackages.filelight
|
||||||
kdePackages.isoimagewriter
|
kdePackages.isoimagewriter
|
||||||
kdePackages.kasts
|
kdePackages.kasts
|
||||||
|
@ -66,8 +72,9 @@
|
||||||
kdePackages.partitionmanager
|
kdePackages.partitionmanager
|
||||||
keepassxc
|
keepassxc
|
||||||
kirc
|
kirc
|
||||||
|
kupfer # a nice launcher, installed because my main desktop screen is broken and i needed a way to see what apps i was picking
|
||||||
libinput
|
libinput
|
||||||
libreoffice-qt6-still
|
libreoffice-qt6-still # this is basically unusable, graphics all mis-aligned
|
||||||
# light
|
# light
|
||||||
lshw
|
lshw
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
|
@ -81,9 +88,13 @@
|
||||||
nheko # For matrix but relying on insecure olm-3.2.16
|
nheko # For matrix but relying on insecure olm-3.2.16
|
||||||
# nfs-utils
|
# nfs-utils
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
|
onlyoffice-desktopeditors
|
||||||
|
openshot-qt # Video editing, http://www.openshot.org/
|
||||||
peruse # Read comic books, zines, graphic novels a bit more easily
|
peruse # Read comic books, zines, graphic novels a bit more easily
|
||||||
|
photini # digital photograph metadata editing
|
||||||
php # does PHP 8.2 currently and there's php81, php83, and php84 alternatives
|
php # does PHP 8.2 currently and there's php81, php83, and php84 alternatives
|
||||||
php82Packages.composer
|
php82Packages.composer
|
||||||
|
# php84Packages.composer ansible_2_16
|
||||||
(python3.withPackages(ps: with ps; [ numpy pandas python-dotenv ])) # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#environment-defined-in-etcnixosconfigurationnix-environment-defined-in-etcnixosconfigurationnix (note this is literally the last thing they wanted me to do, would rather it not be global)
|
(python3.withPackages(ps: with ps; [ numpy pandas python-dotenv ])) # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#environment-defined-in-etcnixosconfigurationnix-environment-defined-in-etcnixosconfigurationnix (note this is literally the last thing they wanted me to do, would rather it not be global)
|
||||||
poppins
|
poppins
|
||||||
postgresql
|
postgresql
|
||||||
|
@ -96,11 +107,13 @@
|
||||||
samba
|
samba
|
||||||
sassc # Convenient to use directly, though it is deprecated in favor of dart-sass i think
|
sassc # Convenient to use directly, though it is deprecated in favor of dart-sass i think
|
||||||
shortwave
|
shortwave
|
||||||
|
shotwell # Even though i'm not on Gnome anymore, really don't see the need to switch to KPhotoAlbum (NixOS has to download more for that anyway). The other option is digikam and if getting into RAW and editing more, darktable
|
||||||
signal-desktop
|
signal-desktop
|
||||||
slack
|
slack
|
||||||
sly # simple image editing
|
sly # simple image editing
|
||||||
strawberry-qt6
|
strawberry-qt6
|
||||||
textpieces
|
textpieces
|
||||||
|
tldr
|
||||||
thunderbird
|
thunderbird
|
||||||
toot
|
toot
|
||||||
tor-browser
|
tor-browser
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue