diff --git a/flake.lock b/flake.lock index 54506b4..a6024c1 100644 --- a/flake.lock +++ b/flake.lock @@ -510,15 +510,16 @@ ] }, "locked": { - "lastModified": 1735774425, - "narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=", + "lastModified": 1735344290, + "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=", "owner": "nix-community", "repo": "home-manager", - "rev": "5f6aa268e419d053c3d5025da740e390b12ac936", + "rev": "613691f285dad87694c2ba1c9e6298d04736292d", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-24.11", "repo": "home-manager", "type": "github" } @@ -1489,15 +1490,16 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1736011580, - "narHash": "sha256-8gmk/i9ZA5C6LGRnqHb5sZ8UKaqT5GnS6XxeSPMSz+s=", + "lastModified": 1736019457, + "narHash": "sha256-MWe3RXEV9dov1wFZraWagVAxynPo/VceStIYfNRgqG4=", "owner": "danth", "repo": "stylix", - "rev": "7dfcdb410118dcd02ba1d85a2179a6f1c877403f", + "rev": "5204b085385c0bfaa1eb1bb0f8dc81922012128d", "type": "github" }, "original": { "owner": "danth", + "ref": "release-24.11", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index c36c6e3..6742a6d 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ }; stylix = { - url = "github:danth/stylix"; + url = "github:danth/stylix/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/home-manager/home.nix b/home-manager/home.nix index ab7976d..db36edd 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -1,81 +1,3 @@ -# { -# hostname, -# inputs, -# ... -# }: { -# imports = -# if hostname == "zion" -# then [ -# ./programs/btop.nix -# ./programs/fastfetch.nix -# # ./programs/foot.nix -# ./programs/git.nix -# ./programs/gpg.nix -# ./programs/helix.nix -# ./programs/kitty.nix -# ./programs/neovide.nix -# ./programs/neovim.nix -# ./programs/packages.nix -# ./programs/shell.nix -# ./programs/tmux.nix -# ./programs/vscodium.nix -# -# ./dwm -# # ./programs/yazi.nix -# # ./programs/zathura.nix -# -# # ./configs/keys.nix -# -# ./system/dunst.nix -# ./system/hypr.nix -# ./system/hyprland.nix -# ./system/rofi.nix -# ./system/stylix.nix -# ./system/theme.nix -# ./system/waybar.nix -# ./system/wlsunset.nix -# ./system/wofi.nix -# ] -# else if hostname == "thor" -# then [ -# ./programs/btop.nix -# ./programs/fastfetch.nix -# # ./programs/foot.nix -# ./programs/git.nix -# ./programs/gpg.nix -# ./programs/helix.nix -# ./programs/kitty.nix -# ./programs/neovide.nix -# ./programs/neovim.nix -# ./programs/packages.nix -# ./programs/shell.nix -# ./programs/tmux.nix -# ./programs/vscodium.nix -# # ./programs/yazi.nix -# # ./programs/zathura.nix -# -# # ./configs/keys.nix -# -# ./system/dunst.nix -# ./system/hyprland.nix -# ./system/rofi.nix -# ./system/stylix.nix -# ./system/theme.nix -# ./system/waybar.nix -# ./system/wlsunset.nix -# ./system/wofi.nix -# ] -# else if hostname == "server" -# then [ -# ./programs/git.nix -# ./programs/btop.nix -# ./programs/yazi.nix -# ./programs/shell.nix -# ./programs/helix.nix -# ./programs/fastfetch.nix -# ] -# else []; -# } # This is your home-manager configuration file # Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix) { @@ -117,10 +39,10 @@ # ./configs/keys.nix ./system/dunst.nix - # ./system/hypr.nix + ./system/hypr.nix # ./system/hyprland.nix ./system/rofi.nix - # ./system/stylix.nix + ./system/stylix.nix ./system/theme.nix ./system/waybar.nix ./system/wlsunset.nix