| 26 Oct 2024 |
matthias | @palo, was hast du denn gemacht damit qt apps auch von stylix gestylt werden? Out off the box geht das bei mit nicht... | 05:07:25 |
palo | https://git.ingolf-wagner.de/palo/nixos-config/src/commit/7ac796d908c57faa44d0dbda4a54e5454a35df0b/flake.nix#L314
mehr mach ich nicht. vielleicht nutz ich gar keine qt programme und habe es nie bemerkt. | 05:14:04 |
matthias | In reply to @mrvandalo:terranix.org
https://git.ingolf-wagner.de/palo/nixos-config/src/commit/7ac796d908c57faa44d0dbda4a54e5454a35df0b/flake.nix#L314
mehr mach ich nicht. vielleicht nutz ich gar keine qt programme und habe es nie bemerkt. {
# Styling Options
gtk = {
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
};
qt = {
enable = true;
style.name = "adwaita-dark";
platformTheme.name = "gtk3";
};
| 15:52:14 |
matthias | In reply to @mrvandalo:terranix.org
https://git.ingolf-wagner.de/palo/nixos-config/src/commit/7ac796d908c57faa44d0dbda4a54e5454a35df0b/flake.nix#L314
mehr mach ich nicht. vielleicht nutz ich gar keine qt programme und habe es nie bemerkt. * {
# Styling Options
gtk = {
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
};
qt = {
enable = true;
style.name = "adwaita-dark";
platformTheme.name = "gtk3";
};
| 15:52:31 |
matthias | In reply to @mrvandalo:terranix.org
https://git.ingolf-wagner.de/palo/nixos-config/src/commit/7ac796d908c57faa44d0dbda4a54e5454a35df0b/flake.nix#L314
mehr mach ich nicht. vielleicht nutz ich gar keine qt programme und habe es nie bemerkt. * {
# Styling Options
gtk = {
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
};
qt = {
enable = true;
style.name = "adwaita-dark";
platformTheme.name = "gtk3";
};
im homemanger hat es für mich in Ordnung gebracht. +1 für stylix. Scheinbar hab ich mein setup auch so dass qt settings gerne mal die session neugestartet haben wollen damit sie ankommen
| 15:54:55 |
| 29 Oct 2024 |
Benedikt Ritter (britter) | Boah heute direkt wieder shoulder deep into Alltag #PostKonferenzKater | 07:46:21 |
Paul Meyer (katexochen) | #NormalMondayTuesday | 08:25:20 |
| 5 Nov 2024 |
Benedikt Ritter (britter) | Für alle die gerne Podcasts hören: ich war in einem Podcast zu Gast und habe dort eine halbe Stunde über meine Reise mit NixOS erzählt: https://www.codecentric.de/podcast/softwerkercast-episode-55-nixos-mit-benedikt-ritter | 13:55:49 |
Benedikt Ritter (britter) | Am 20.11. ist wieder Learning Group im Labor. Wer ist dabei? | 16:49:56 |
Sebastian (he/him) | Ich schaffe es diesen Monat leider nicht. Aber im Dezember bin ich dabei, wenn es stattfindet. | 17:59:42 |
matthias | In reply to @britter:yatrix.org Am 20.11. ist wieder Learning Group im Labor. Wer ist dabei? Ich hoffe ich schaffe es. Ist jemand von euch auf den labortagen? | 18:05:53 |
| 8 Nov 2024 |
Paul Meyer (katexochen) | In reply to @britter:yatrix.org Am 20.11. ist wieder Learning Group im Labor. Wer ist dabei? Ich bin diesen Monat im Urlaub. | 08:02:25 |
| miampf joined the room. | 16:55:41 |
| 10 Nov 2024 |
bit | Da python packaging via poetry2nix hier glaube ich mal ein Thema war: poetry2nix hat seit 3 Tagen keinen maintainer mehr: https://github.com/nix-community/poetry2nix
Als Alternative wird uv2nix recommended. | 12:17:18 |
| 12 Nov 2024 |
miampf | In reply to @britter:yatrix.org Am 20.11. ist wieder Learning Group im Labor. Wer ist dabei? Ich werd versuchen vorbeizukommen, das letzte Mal das ich da war war noch an der RUB :P | 12:25:03 |