Feat/t400 and macpro31 hosts #17
@@ -2,7 +2,7 @@
|
|||||||
# Imported only on hosts that run Sway (MBP, T400, Mac Pro); never pulled onto
|
# Imported only on hosts that run Sway (MBP, T400, Mac Pro); never pulled onto
|
||||||
# the headless WSL host. Login (and the Sway session launch) is handled by the
|
# the headless WSL host. Login (and the Sway session launch) is handled by the
|
||||||
# greetd/ReGreet greeter -- see ../swaywm.nix -- so there is no tty1 autostart.
|
# greetd/ReGreet greeter -- see ../swaywm.nix -- so there is no tty1 autostart.
|
||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./sway.nix
|
./sway.nix
|
||||||
@@ -27,6 +27,13 @@
|
|||||||
# design, so no separate prefer-dark hint is needed.
|
# design, so no separate prefer-dark hint is needed.
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# Theme GTK4 apps too (for any added later). GTK4 ignores gtk-theme-name,
|
||||||
|
# but home-manager turns this into an `@import` of the theme's
|
||||||
|
# gtk-4.0/gtk.css into ~/.config/gtk-4.0/gtk.css -- which even libadwaita
|
||||||
|
# honours, since that file overrides the named colours it uses
|
||||||
|
# (window_bg_color, accent_bg_color, ...). Set explicitly (same value as the
|
||||||
|
# legacy default) so it also silences the stateVersion<26.05 warning.
|
||||||
|
gtk4.theme = config.gtk.theme;
|
||||||
theme = {
|
theme = {
|
||||||
name = "catppuccin-mocha-blue-standard";
|
name = "catppuccin-mocha-blue-standard";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
|
|||||||
Reference in New Issue
Block a user