mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
add qt
This commit is contained in:
parent
0dfa785ec7
commit
9a37482320
2 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
../wayland-wm
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
hyprpicker
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemdIntegration = true;
|
||||
|
|
10
home/features/desktop/qt.nix
Normal file
10
home/features/desktop/qt.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, cofig, ... }: {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
style = {
|
||||
name = "gtk2";
|
||||
package = pkgs.qt6Packages.qt6gtk2;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue