themes and services
fix errors in themes and service setup
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
./hyprlock.nix
|
||||
./nvim.nix
|
||||
./taskwarrior.nix
|
||||
./qt.nix
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
|
||||
17
home/themes/catppuccin/qt.nix
Normal file
17
home/themes/catppuccin/qt.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
style.name = "kvantum";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(catppuccin-kvantum.override {
|
||||
variant = "mocha";
|
||||
accent = "pink";
|
||||
})
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user