worked on QML and other minor details

This commit is contained in:
Tomas Rivera
2026-03-14 18:53:29 +01:00
parent 1525781f35
commit e513f4c797
14 changed files with 351 additions and 16 deletions
+1 -1
View File
@@ -211,7 +211,6 @@
# used for the framework 16 laptop
framework-tool
framework-tool-tui
krita # image edition
yt-dlp# some youtube downloader
vlc
@@ -223,6 +222,7 @@
libsForQt5.qt5.qtgraphicaleffects
mprisence
kdePackages.qt5compat
];
# fonts
+3 -1
View File
@@ -77,7 +77,9 @@
(pkgs.callPackage ../../modules/scripts/man.nix {})
(pkgs.callPackage ../../modules/scripts/trimmer.nix {})
(pkgs.callPackage ../../modules/scripts/QSsysinfo.nix {})
#pkgs
(pkgs.callPackage ../../modules/scripts/QSnotifycache.nix {})
(pkgs.callPackage ../../modules/scripts/QSnotifyhistory.nix {})
#pkgs
pkgs.gruvbox-gtk-theme
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.