- slack as wayland native application
- google chrome is a wayland native application now
- Emacs
  - `aggressive-indent`
  - `symex`
  - disabled `org-superstar-mode`
  - default `hunspell` dictionary is `en_US` now
- glances
- translate-shell
- `qutebrowser` is the default browser now
This commit is contained in:
Andrea Ciceri 2022-05-03 12:32:04 +02:00
parent 6791cb51a2
commit f80edaffdb
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
12 changed files with 66 additions and 6 deletions

View file

@ -1,5 +1,8 @@
{ stdenv, fetchzip, kernel }:
# if "Built-in-audio" (virtual device) is not shown in pavucontrol try the following
# pacmd load-module module-alsa-source device=hw:Loopback,1,0
stdenv.mkDerivation rec {
pname = "v4l2loopback-dc";
version = "0";