Added octave and cantor

This commit is contained in:
William 2024-03-22 09:39:40 -03:00
parent 61486e3e05
commit 23f4d1d94a

View file

@ -1,70 +1,73 @@
{ inputs, config, pkgs, lib, ... }: { inputs, config, pkgs, lib, ... }:
let
{ kdepkgs = with pkgs.kdePackages; [
environment.systemPackages = with pkgs; [ ark
aspell kaccounts-integration
aspellDicts.de kaccounts-providers
aspellDicts.en kate
aspellDicts.en-computers merkuro
aspellDicts.pt_BR
bat
beeper
bitwarden
deploy-rs
distrobox
element-desktop-wayland
fd
filelight
firefox
floorp
foliate
fzf
gamescope
gimp
helvum
heroic
inkscape
# itch # Currently using unsafe electron version
junction
kdePackages.ark
kdePackages.kaccounts-integration
kdePackages.kaccounts-providers
kdePackages.kate
kdePackages.merkuro
kolourpaint
libfido2
libreoffice-qt
lutris
mangohud
mpv
nextcloud-client
nix-init
obs-studio
ocs-url
p7zip
platformio
prismlauncher-qt5
protonup
pulseaudio
qbittorrent
quickemu
qview
ripgrep
solvespace
space-cadet-pinball
sparrow
steam-run
ungoogled-chromium
unrar
vagrant
ventoy
vial
virt-manager
yad
wezterm
# Package overrides
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
]; ];
in {
environment.systemPackages = with pkgs;
[
aspell
aspellDicts.de
aspellDicts.en
aspellDicts.en-computers
aspellDicts.pt_BR
bat
beeper
bitwarden
cantor
deploy-rs
distrobox
element-desktop-wayland
fd
filelight
firefox
floorp
foliate
fzf
gamescope
gimp
helvum
heroic
inkscape
# itch # Currently using unsafe electron version
junction
kolourpaint
libfido2
libreoffice-qt
lutris
mangohud
mpv
nextcloud-client
nix-init
obs-studio
ocs-url
octaveFull
p7zip
platformio
prismlauncher-qt5
protonup
pulseaudio
qbittorrent
quickemu
qview
ripgrep
solvespace
space-cadet-pinball
sparrow
steam-run
ungoogled-chromium
unrar
vagrant
ventoy
vial
virt-manager
yad
wezterm
] ++ kdepkgs;
programs = { programs = {
adb.enable = true; adb.enable = true;