mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-29 03:17:14 +08:00
add matlab
This commit is contained in:
parent
24305b3214
commit
791db5bb18
9 changed files with 60 additions and 14 deletions
|
|
@ -1,15 +1,5 @@
|
|||
{
|
||||
programs.distrobox = {
|
||||
enable = true;
|
||||
containers = {
|
||||
python-project = {
|
||||
image = "fedora:latest";
|
||||
additional_packages = "python3 python3-pip git python3-numpy python3-scipy python3-matplotlib python3-pandas";
|
||||
init_hooks = [
|
||||
"ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/evince"
|
||||
"ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/latexmk"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
kanshi
|
||||
wlsunset
|
||||
wayneko
|
||||
xwayland-satellite
|
||||
wmname
|
||||
];
|
||||
home.file."scripts" = {
|
||||
source = ./scripts;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,12 @@
|
|||
touchpad.natural-scroll = false;
|
||||
keyboard.xkb.options = "caps:escape";
|
||||
};
|
||||
environment.DISPLAY = ":0";
|
||||
environment = {
|
||||
DISPLAY = ":0";
|
||||
XIM = "fcitx";
|
||||
GTK_IM_MODULE = "fcitx";
|
||||
QT_IM_MODULE = "fcitx";
|
||||
};
|
||||
outputs = builtins.mapAttrs (name: value: {
|
||||
inherit (value) scale mode position;
|
||||
transform.rotation = value.rotation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue