testing sone shite

This commit is contained in:
zastian-dev
2025-12-15 18:06:05 +00:00
parent c45ec8d9cd
commit fe40f11559
12 changed files with 153 additions and 32 deletions

View File

@@ -8,7 +8,7 @@
{
programs = {
caelestia = {
enable = true;
enable = false;
systemd = {
enable = true; # if you prefer starting from your compositor
target = "graphical-session.target";

View File

@@ -0,0 +1,26 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
];
programs.dankMaterialShell = {
enable = true;
systemd = {
enable = true; # if you prefer starting from your compositor
};
default.settings = {
theme = "dark";
dynamicTheming = true;
# Add any other settings here
};
};
}

View File

@@ -10,6 +10,7 @@
settings = {
main = {
pad = "5x5";
include="/home/${config.home.username}/.config/foot/dank-colors.ini";
};
colors = {
alpha = lib.mkForce (0.9);

View File

@@ -15,7 +15,7 @@ let
#hyprscrolling = inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling;
mod = "Alt";
terminal = "footclient";
fileManager = "dolphin";
fileManager = "thunar";
#runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
runner = "vicinae toggle";
# runner = "anyrun";