feat: readded stylix

This commit is contained in:
2025-01-05 19:57:48 +01:00
parent 4aab349158
commit c893411fb8
3 changed files with 11 additions and 87 deletions

14
flake.lock generated
View File

@@ -510,15 +510,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735774425, "lastModified": 1735344290,
"narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=", "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5f6aa268e419d053c3d5025da740e390b12ac936", "rev": "613691f285dad87694c2ba1c9e6298d04736292d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@@ -1489,15 +1490,16 @@
"tinted-tmux": "tinted-tmux" "tinted-tmux": "tinted-tmux"
}, },
"locked": { "locked": {
"lastModified": 1736011580, "lastModified": 1736019457,
"narHash": "sha256-8gmk/i9ZA5C6LGRnqHb5sZ8UKaqT5GnS6XxeSPMSz+s=", "narHash": "sha256-MWe3RXEV9dov1wFZraWagVAxynPo/VceStIYfNRgqG4=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "7dfcdb410118dcd02ba1d85a2179a6f1c877403f", "rev": "5204b085385c0bfaa1eb1bb0f8dc81922012128d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "danth", "owner": "danth",
"ref": "release-24.11",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View File

@@ -52,7 +52,7 @@
}; };
stylix = { stylix = {
url = "github:danth/stylix"; url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View File

@@ -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 # This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix) # Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ {
@@ -117,10 +39,10 @@
# ./configs/keys.nix # ./configs/keys.nix
./system/dunst.nix ./system/dunst.nix
# ./system/hypr.nix ./system/hypr.nix
# ./system/hyprland.nix # ./system/hyprland.nix
./system/rofi.nix ./system/rofi.nix
# ./system/stylix.nix ./system/stylix.nix
./system/theme.nix ./system/theme.nix
./system/waybar.nix ./system/waybar.nix
./system/wlsunset.nix ./system/wlsunset.nix