This commit is contained in:
mjallen18
2026-02-06 08:48:46 -06:00
parent a68c91264f
commit bf48d8fcf0
10 changed files with 71 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
lib,
pkgs,
namespace,
@@ -171,6 +172,7 @@ in
compose2nix
distrobox
heroic
home-manager
omnissa-horizon-client
jq
lzip
@@ -180,7 +182,6 @@ in
prismlauncher
protontricks
protonvpn-gui
python3
runelite
smile
via
@@ -194,6 +195,38 @@ in
]);
specialisation = {
"end4".configuration =
let
dotfiles = inputs.end4-dotfiles;
in {
programs = {
illogical-impulse = {
enable = true;
dotfiles = {
fish = lib.mkForce disabled;
starship = lib.mkForce disabled;
};
hyprland.plugins = [
pkgs.hyprlandPlugins.hyprbars
pkgs.hyprlandPlugins.hyprexpo
];
};
};
stylix.targets.qt = lib.mkForce disabled;
${namespace} = {
programs = {
mako = lib.mkForce disabled;
nwg-dock = lib.mkForce disabled;
nwg-drawer = lib.mkForce disabled;
nwg-panel = lib.mkForce disabled;
waybar = lib.mkForce disabled;
wlogout = lib.mkForce disabled;
wofi = lib.mkForce disabled;
};
};
};
"cosmic".configuration = {
${namespace} = {
programs = {