Added octave and cantor
This commit is contained in:
parent
61486e3e05
commit
23f4d1d94a
1 changed files with 68 additions and 65 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue