Try fix keyring, add matlab opening scripts

This commit is contained in:
Julian Mutter 2024-06-13 16:51:32 +02:00
parent 084100c557
commit 49cfa7c50d
4 changed files with 16 additions and 5 deletions

View File

@ -67,9 +67,19 @@
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
(pkgs.writeShellScriptBin "matlab-paper" ''
matlab -desktop -sd "/home/julian/dev/phdthesis/Phase B/mainSimulation" -softwareopengl
'')
(pkgs.writeShellScriptBin "matlab-robotik" ''
matlab -desktop -sd "/home/julian/nas-sync/Studium/Vorlesungen-Master/ss24/Robotik2" -softwareopengl
'')
(pkgs.writeShellScriptBin "matlab-gram" ''
export GTK_PATH=/usr/lib/gtk-3.0
nix shell nixpkgs#gcc11 --command matlab -desktop -sd "/home/julian/dev/matlab-gram" -softwareopengl
'')
zotero
xfce.mousepad
## My scripts
pkgs.frajul.deploy-to-pianopi

View File

@ -207,7 +207,7 @@ in
"$mod, P, pseudo," # dwindle
# opening applications
"$mod, D, exec, wofi --show drun"
"$mod, D, exec, wofi --show run"
"$mod, E, exec, thunar"
"$mod, Return, exec, alacritty"
"$mod, B, exec, firefox"

View File

@ -47,6 +47,6 @@ in
};
# unlock GPG keyring on login
# security.pam.services.greetd.enableGnomeKeyring = true;
security.pam.services.greetd.enableGnomeKeyring = true;
};
}

View File

@ -104,6 +104,7 @@
# Enable the XFCE Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;
# services.displayManager.sddm.wayland.enable = true;
# services.xserver.desktopManager = {
# xterm.enable = false;