bunch of stuff

This commit is contained in:
tess 2022-11-09 12:59:46 +01:00
parent d98965e402
commit 782f52c1fe
2 changed files with 15 additions and 1 deletions

View File

@ -174,8 +174,10 @@
gimp
libsForQt5.kdenlive
aseprite
davinci-resolve
# university
texlive.combined.scheme-full
# assembly
nasm
gcc
@ -193,6 +195,8 @@
gnome.geary
gnome.gnome-keyring
xsel
xfce.xfce4-clipman-plugin
yt-dlp
];
#Fonts
@ -203,6 +207,8 @@
noto-fonts-cjk
noto-fonts-emoji
arkpandora_ttf
atkinson-hyperlegible
andika
];
fontconfig = {
@ -220,6 +226,14 @@
programs.geary.enable = true;
services.gnome.gnome-keyring.enable = true;
# matlab
nixpkgs.overlays = let
nix-matlab = import (builtins.fetchTarball "https://gitlab.com/doronbehar/nix-matlab/-/archive/master/nix-matlab-master.tar.gz");
in [
nix-matlab.overlay
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;

View File

@ -6,6 +6,6 @@ git pull
cp -r /etc/nixos/ ./backup
sudo cp -r ./configuration.nix ./nvim.nix /etc/nixos/
sudo cp -r ./configuration.nix ./nvim.nix ./loris.nix /etc/nixos/
sudo nixos-rebuild switch --upgrade