mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
wrong qt configuration
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
./lazygit.nix
|
||||
./neovim.nix
|
||||
./obsidian.nix
|
||||
./qt.nix
|
||||
./starship.nix
|
||||
# ./stylix.nix
|
||||
./swaync
|
||||
./tmux.nix
|
||||
./waybar
|
||||
|
14
home-manager/modules/qt.nix
Normal file
14
home-manager/modules/qt.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
papirus-icon-theme
|
||||
pcmanfm-qt
|
||||
];
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style = {
|
||||
package = pkgs.adwaita-qt;
|
||||
name = "adwaita-dark";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user