Added 2025-2026-2.nix for current semester
This commit is contained in:
parent
983c81850e
commit
ddd3ecc0c7
3 changed files with 18 additions and 6 deletions
|
|
@ -63,10 +63,6 @@ let
|
|||
nixos-shell
|
||||
python3
|
||||
|
||||
haskell.compiler.ghcHEAD
|
||||
dotnet-sdk_9
|
||||
netcoredbg
|
||||
|
||||
kdePackages.qtwebengine
|
||||
kdePackages.qtlocation
|
||||
kdePackages.ksystemstats # needed for the resource widgets
|
||||
|
|
@ -81,7 +77,7 @@ let
|
|||
gimp
|
||||
krita
|
||||
inkscape
|
||||
rnote # this comment is here because git wouldn't add this file otherwise
|
||||
rnote
|
||||
kdePackages.kdenlive
|
||||
|
||||
libreoffice
|
||||
|
|
@ -116,6 +112,8 @@ let
|
|||
];
|
||||
in
|
||||
{
|
||||
imports = [ ./2025-2026-02.nix ];
|
||||
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue