mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-16 08:28:20 +01:00
Plasma 6 and other stuff
This commit is contained in:
parent
cfa56f9ddf
commit
3a70163557
2 changed files with 30 additions and 12 deletions
|
|
@ -31,7 +31,7 @@
|
|||
# file editing
|
||||
onlyoffice-bin
|
||||
# theming
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
# osConfig.nur.repos.baduhai.koi
|
||||
(catppuccin-gtk.override {
|
||||
variant = "latte";
|
||||
|
|
@ -59,12 +59,12 @@
|
|||
fresh.keepassxc
|
||||
onlykey
|
||||
onlykey-agent
|
||||
libsForQt5.plasma-vault
|
||||
kdePackages.plasma-vault
|
||||
gpgme.dev # For mailvelope
|
||||
|
||||
neofetch
|
||||
libsForQt5.yakuake
|
||||
libsForQt5.kgpg
|
||||
kdePackages.yakuake
|
||||
kdePackages.kgpg
|
||||
|
||||
# messaging
|
||||
(fresh.discord.override {
|
||||
|
|
@ -72,8 +72,8 @@
|
|||
})
|
||||
fresh.vesktop
|
||||
fresh.telegram-desktop
|
||||
libsForQt5.tokodon
|
||||
libsForQt5.neochat
|
||||
kdePackages.tokodon
|
||||
kdePackages.neochat
|
||||
# pkgs-unstable.cinny-desktop
|
||||
# pkgs-unstable.thunderbird # see programs.thunderbird
|
||||
# graphics
|
||||
|
|
@ -107,7 +107,6 @@
|
|||
yt-dlp
|
||||
mosh
|
||||
appimage-run
|
||||
kate
|
||||
ncdu
|
||||
# btrfs tools
|
||||
btdu # ncdu but for btrfs
|
||||
|
|
@ -164,6 +163,15 @@
|
|||
monero-gui
|
||||
];
|
||||
|
||||
# gnome network manager applet since plasma-nm is not using Secret Service
|
||||
# https://invent.kde.org/plasma/plasma-nm/-/issues/7
|
||||
services.network-manager-applet.enable = true;
|
||||
# Requires tray.target by default so let's remove it
|
||||
systemd.user.services.network-manager-applet.Unit = {
|
||||
Requires = pkgs.lib.mkOverride 0 [ ];
|
||||
After = pkgs.lib.mkOverride 0 [ "graphical-session-pre.target" ];
|
||||
};
|
||||
|
||||
# Email stuff
|
||||
|
||||
programs.thunderbird = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue