diff --git a/home.nix b/home.nix index 9736c8e..b441f64 100644 --- a/home.nix +++ b/home.nix @@ -3,7 +3,22 @@ pkgs, inputs, ... -}: { +}: let + stylixpkg = pkgs.fetchFromGitHub { + owner = "danth"; + repo = "stylix"; + rev = "release-23.11"; + sha256 = ""; + }; +in { + # imports = [ + # (import stylixpkg).homeManagerModules.stylix + # ]; + + # stylix = { + # image = "./dotfiles/hypr/rust.png"; + # autoEnable = true; + # }; home.username = "itsscb"; home.homeDirectory = "/home/itsscb"; diff --git a/nixos-switch.log b/nixos-switch.log index 8ed2fb1..eb506d4 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -4,5 +4,4 @@ activating the configuration... setting up /etc... reloading user units for itsscb... restarting sysinit-reactivation.target -restarting the following units: home-manager-itsscb.service the following new units were started: sysinit-reactivation.target, systemd-tmpfiles-resetup.service