Complete Overhaul of flake.nix

This commit is contained in:
2025-09-05 01:03:12 +02:00
parent 74bf1dc059
commit ebb83a7e8b
19 changed files with 757 additions and 670 deletions

View File

@@ -1,4 +1,7 @@
{ pkgs, catppuccin, ... }:
{
catppuccin,
...
}:
{
##################################################################################################################
#
@@ -11,8 +14,6 @@
../../home/xdg.nix # Bindings
../../home/hyprland # Window Manager
# ../../home/themes/dark
../../home/hyprland/waybar/double-monitor.nix
../../home/programs/dev # Dev Tools
@@ -27,8 +28,6 @@
../../home/programs/productivity/obsidian.nix
../../home/programs/social/element.nix
# ../../home/programs/social/webcord.nix
# ../../home/programs/social/nixcord.nix
../../home/programs/social/zapzap.nix
../../home/programs/social/teamspeak.nix
@@ -38,12 +37,10 @@
# Games
../../home/programs/games/itch.nix
# ../../home/programs/games/steam.nix
../../home/programs/games/lutris.nix
../../home/programs/games/opensource.nix
../../home/programs/games/airshipper.nix
catppuccin.homeModules.catppuccin
];
catppuccin = {
@@ -56,6 +53,4 @@
userEmail = "p.keier@beyerstedt-it.de";
};
home.file.".config/hypr/hyprland.conf".enable = false;
}