Give dbus to variety, add bashls, merkuro no kmail, and inotify-tools to elixir template

This commit is contained in:
Daniel Flanagan 2024-02-20 21:37:20 -06:00
parent 88f7482f22
commit e22369983f
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
4 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,7 @@
Environment = [ Environment = [
"PATH=${lib.makeBinPath (with pkgs; [ "PATH=${lib.makeBinPath (with pkgs; [
variety variety
dbus
(lib.getBin pkgs.plasma5Packages.qttools) (lib.getBin pkgs.plasma5Packages.qttools)
libsForQt5.kdialog libsForQt5.kdialog
])}" ])}"

View file

@ -63,6 +63,7 @@ in {
mosh mosh
# nmap # nmap
nettools nettools
nodePackages.bash-language-server
openssl openssl
# pciutils # pciutils
# pv # pv
@ -72,6 +73,8 @@ in {
rsync rsync
# rtx # rtx
sd sd
shellcheck
shfmt
# sops # sops
smartmontools smartmontools
# sqlite # sqlite

View file

@ -23,6 +23,8 @@
programs.dconf.enable = true; programs.dconf.enable = true;
services.dbus.enable = true;
environment = { environment = {
variables = { variables = {
GTK_THEME = "Catppuccin-Mocha-Compact-Sapphire-Dark"; GTK_THEME = "Catppuccin-Mocha-Compact-Sapphire-Dark";
@ -40,7 +42,6 @@
libsForQt5.kate libsForQt5.kate
libsForQt5.kdenlive libsForQt5.kdenlive
libsForQt5.merkuro libsForQt5.merkuro
libsForQt5.kmail
libsForQt5.kcalc libsForQt5.kcalc
libsForQt5.neochat libsForQt5.neochat
libsForQt5.filelight libsForQt5.filelight

View file

@ -54,6 +54,7 @@
default = pkgs.mkShell { default = pkgs.mkShell {
shellHook = "export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive"; shellHook = "export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
inotify-tools
erlang_26 erlang_26
erlang erlang
elixir-ls elixir-ls