From 1c389114a1c2cf5b34389f0608221268a4f477ca Mon Sep 17 00:00:00 2001 From: Adrian Lauterer Date: Tue, 18 Jun 2024 16:32:23 +0200 Subject: [PATCH] disabled stylix --- flake.nix | 2 +- home/full.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f650838..89936f4 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ home-manager.users."gunalx" = import ./home/full.nix; } #need to choose one. The nixos one has bootloader and display manager in addition to the home manager one. - inputs.stylix.nixosModules.stylix + #inputs.stylix.nixosModules.stylix #inputs.stylix.homeManagerModules.stylix ]; }; diff --git a/home/full.nix b/home/full.nix index 282a420..4762a4b 100644 --- a/home/full.nix +++ b/home/full.nix @@ -4,7 +4,7 @@ ./base.nix ./code.nix ./sway.nix - ./stylix.nix + #./stylix.nix ]; home.packages = with pkgs; [