Add missing dependencies for catppuccin-sddm-corners
This commit is contained in:
parent
d174a0491e
commit
02276b8fa4
|
@ -1,17 +1,21 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs;
|
||||||
dex
|
with libsForQt5.qt5; [
|
||||||
mesa
|
dex
|
||||||
libnotify
|
mesa
|
||||||
glib
|
libnotify
|
||||||
gsettings-desktop-schemas
|
glib
|
||||||
catppuccin-sddm-corners
|
gsettings-desktop-schemas
|
||||||
protonvpn-cli
|
qtgraphicaleffects
|
||||||
protonvpn-gui
|
qtsvg
|
||||||
qbittorrent
|
qtquickcontrols2
|
||||||
];
|
catppuccin-sddm-corners
|
||||||
|
protonvpn-cli
|
||||||
|
protonvpn-gui
|
||||||
|
qbittorrent
|
||||||
|
];
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
Loading…
Reference in a new issue