4f0nrd4gkrq1irpw5iwlbsx1iylwwi1y
This commit is contained in:
parent
c351402437
commit
04188f9e2e
17
home.nix
17
home.nix
@ -3,7 +3,22 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
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.username = "itsscb";
|
||||||
home.homeDirectory = "/home/itsscb";
|
home.homeDirectory = "/home/itsscb";
|
||||||
|
|
||||||
|
@ -4,5 +4,4 @@ activating the configuration...
|
|||||||
setting up /etc...
|
setting up /etc...
|
||||||
reloading user units for itsscb...
|
reloading user units for itsscb...
|
||||||
restarting sysinit-reactivation.target
|
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
|
the following new units were started: sysinit-reactivation.target, systemd-tmpfiles-resetup.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user