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