Compare commits
No commits in common. "46f06301f79300d0816b554ad4f4b24993192271" and "e04e623deab13e1f738f933a722e6f32658da84d" have entirely different histories.
46f06301f7
...
e04e623dea
3 changed files with 8 additions and 3 deletions
|
|
@ -110,9 +110,10 @@
|
|||
|
||||
vscodium
|
||||
marktext
|
||||
tor-browser
|
||||
tor-browser-bundle-bin
|
||||
libreoffice-fresh
|
||||
telegram-desktop signal-desktop
|
||||
tdesktop
|
||||
signal-desktop
|
||||
horizon-eda
|
||||
kicad-small
|
||||
pulseview
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", MODE="0660", GROUP="plugdev"
|
||||
|
||||
# ESP32 devkit USB-serial
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55d3", MODE="0660", GROUP="plugdev"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55d4", MODE="0660", GROUP="plugdev"
|
||||
|
||||
# Prolific USB-TTL
|
||||
|
|
|
|||
|
|
@ -45,4 +45,9 @@
|
|||
};
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.qt5ct
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue