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