Move stylix not nixos

This commit is contained in:
2026-06-03 16:17:08 +02:00
parent 27154a2ad8
commit c51feeac8a
4 changed files with 36 additions and 11 deletions
@@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [./stylix.nix];
# imports = [./stylix.nix];
services.blueman-applet.enable = true;
services.nextcloud-client.enable = true;
@@ -9,6 +9,8 @@
services.syncthing.tray.enable = true;
services.syncthing.tray.command = "syncthingtray --wait"; # Wait for tray to become available
gtk.gtk4.theme = null; # Fix evaluation warning since using old home manager version
programs.chromium = {
enable = true;
extensions = [
@@ -1,10 +0,0 @@
{
pkgs,
inputs,
...
}: {
imports = [inputs.stylix.homeModules.stylix];
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
}