add qb
This commit is contained in:
parent
8b9ee87a83
commit
c6aa36ec2a
|
@ -135,6 +135,7 @@
|
||||||
sddm-kcm
|
sddm-kcm
|
||||||
ydotool
|
ydotool
|
||||||
bottles
|
bottles
|
||||||
|
qutebrowser
|
||||||
];
|
];
|
||||||
|
|
||||||
# EMACS
|
# EMACS
|
||||||
|
@ -142,7 +143,7 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
|
sha256 = "04dgvgsb0bg3k20j7y0y7yn7yks5cfgwmxhlbh6d9aa9asvnbzil";
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue