Fixed many issues with Tablet

- Fixes issues with desktop shell
- Replaced sddm with gdm (because it has virtual keyboard)
- Packaged wlr-autorotate
This commit is contained in:
Aleksandr Lebedev 2025-09-04 18:23:19 +02:00
parent 6220db7aca
commit 5ead82d1ee
9 changed files with 72 additions and 12 deletions

View file

@ -22,15 +22,24 @@ in
wl-clipboard
cliphist
ddcutil
libsForQt5.qt5ct
kdePackages.qt6ct
matugen
dgop
glib
khal # calendar
gammastep # night mode
kdePackages.qtvirtualkeyboard
colloid-gtk-theme
];
programs.niri.settings.environment = {
GTK_THEME = "Colloid";
};
qt.enable = true;
qt.style.name = "gtk3";
programs.kitty = {
themeFile = lib.mkForce null;
extraConfig = ''
include ${home}/.config/kitty/dank-theme.conf
'';
};
xdg.configFile."quickshell".source = "${
inputs.desktopShell.packages.${pkgs.system}.dankMaterialShell
}/etc/xdg/quickshell";

View file

@ -35,6 +35,7 @@
"showWorkspaceIndex": false,
"showWorkspacePadding": false,
"showWorkspaceApps": true,
"maxWorkspaceIcons": 30,
"workspaceNameIcons": {},
"clockCompactMode": false,
"focusedWindowCompactMode": false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB