Give dbus to variety, add bashls, merkuro no kmail, and inotify-tools to elixir template
This commit is contained in:
parent
88f7482f22
commit
e22369983f
4 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
Environment = [
|
||||
"PATH=${lib.makeBinPath (with pkgs; [
|
||||
variety
|
||||
dbus
|
||||
(lib.getBin pkgs.plasma5Packages.qttools)
|
||||
libsForQt5.kdialog
|
||||
])}"
|
||||
|
|
|
@ -63,6 +63,7 @@ in {
|
|||
mosh
|
||||
# nmap
|
||||
nettools
|
||||
nodePackages.bash-language-server
|
||||
openssl
|
||||
# pciutils
|
||||
# pv
|
||||
|
@ -72,6 +73,8 @@ in {
|
|||
rsync
|
||||
# rtx
|
||||
sd
|
||||
shellcheck
|
||||
shfmt
|
||||
# sops
|
||||
smartmontools
|
||||
# sqlite
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.dbus.enable = true;
|
||||
|
||||
environment = {
|
||||
variables = {
|
||||
GTK_THEME = "Catppuccin-Mocha-Compact-Sapphire-Dark";
|
||||
|
@ -40,7 +42,6 @@
|
|||
libsForQt5.kate
|
||||
libsForQt5.kdenlive
|
||||
libsForQt5.merkuro
|
||||
libsForQt5.kmail
|
||||
libsForQt5.kcalc
|
||||
libsForQt5.neochat
|
||||
libsForQt5.filelight
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
default = pkgs.mkShell {
|
||||
shellHook = "export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive";
|
||||
buildInputs = with pkgs; [
|
||||
inotify-tools
|
||||
erlang_26
|
||||
erlang
|
||||
elixir-ls
|
||||
|
|
Loading…
Reference in a new issue