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,7 +1,15 @@
{ inputs, config, pkgs, lib, ... }: { inputs, config, pkgs, lib, ... }:
let
{ kdepkgs = with pkgs.kdePackages; [
environment.systemPackages = with pkgs; [ ark
kaccounts-integration
kaccounts-providers
kate
merkuro
];
in {
environment.systemPackages = with pkgs;
[
aspell aspell
aspellDicts.de aspellDicts.de
aspellDicts.en aspellDicts.en
@ -10,6 +18,7 @@
bat bat
beeper beeper
bitwarden bitwarden
cantor
deploy-rs deploy-rs
distrobox distrobox
element-desktop-wayland element-desktop-wayland
@ -26,11 +35,6 @@
inkscape inkscape
# itch # Currently using unsafe electron version # itch # Currently using unsafe electron version
junction junction
kdePackages.ark
kdePackages.kaccounts-integration
kdePackages.kaccounts-providers
kdePackages.kate
kdePackages.merkuro
kolourpaint kolourpaint
libfido2 libfido2
libreoffice-qt libreoffice-qt
@ -41,6 +45,7 @@
nix-init nix-init
obs-studio obs-studio
ocs-url ocs-url
octaveFull
p7zip p7zip
platformio platformio
prismlauncher-qt5 prismlauncher-qt5
@ -62,9 +67,7 @@
virt-manager virt-manager
yad yad
wezterm wezterm
# Package overrides ] ++ kdepkgs;
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
];
programs = { programs = {
adb.enable = true; adb.enable = true;