Complete Overhaul of flake.nix
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user