This commit is contained in:
2026-05-08 11:33:10 -05:00
parent 4901f9a753
commit 42df5c86e2
12 changed files with 10391 additions and 5149 deletions
+1
View File
@@ -13,5 +13,6 @@
./starship
./yazi
./zen
./helium
];
}
+9
View File
@@ -0,0 +1,9 @@
{pkgs, inputs, lib, ...}:
{
programs.chromium = {
enable = true;
package = inputs.helium.packages.${pkgs.system}.default;
};
}
Binary file not shown.
Binary file not shown.
+22 -8
View File
@@ -17,11 +17,28 @@
"$mainMod" = "SUPER";
# Monitors
monitor = [
"HDMI-A-1, 3840x2160@120, 0x0, auto, bitdepth, 10"
/*monitor = [
"HDMI-A-1, 3840x2160@120, 0x0, auto, bitdepth, 10, cm, hdr, sdrsaturation, 1, sdrbrightness, 1.2, min_luminance = 0, max_luminance, 1200, max_avg_luminance, 200"
"eDP-1, 2560x1600@60, 0x0, 1.6"
"DP-1, highres@highrr, 0x0, 1"
];
];*/
monitorv2 = [
{
output = "HDMI-A-1";
mode = "3840x2160@144";
position = "0x0";
scale = 1;
bitdepth = 10;
cm = "hdr";
sdrbrightness = 1;
sdrsaturation = 1;
sdr_min_luminance = 0.005;
sdr_max_luminance = 200;
supports_hdr = 1;
supports_wide_color = 1;
}
];
# Startup applications
exec-once = [
@@ -71,7 +88,7 @@
gaps_out = 5;
border_size = 2;
layout = "dwindle";
allow_tearing = false;
allow_tearing = true;
};
decoration = {
@@ -114,14 +131,11 @@
preserve_split = true;
};
gestures = [
"3, horizontal, workspace"
];
misc = {
force_default_wallpaper = 0;
enable_anr_dialog = 0;
vrr = 1;
vrr = 2;
};
bind = [
+13 -3
View File
@@ -8,10 +8,20 @@
stylix.targets.zen-browser.profileNames = [ "default" ];
stylix.targets.zen-browser.enable = true;
# blue aura house
stylix.image = pkgs.fetchurl {
/*stylix.image = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/1p/wallhaven-1py8lw.jpg";
hash = "sha256-smJTuprm8PVKWv56hfv9UMzDXkHm3R7O1ALaNpNYy3E=";
};
};*/
# Tree succumbed to Purple flames
/*stylix.image = pkgs.fetchurl {
url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/Purple%20Flames%20Burning%20Tree.png";
hash = "sha256-g1LsfCpXEVpBcVsknCHOxYCXQaXrNokmR5fI6CGJHK0=";
};*/
#shipwreck
stylix.image = pkgs.fetchurl {
url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/schemes/catppuccin/wallhaven-je8p85_3840x2160.png";
hash = "sha256-2tWF3wyppfLOnBmI7+Nc5JcWcON6jMHdyqAmUoDRFzo=";
};
# coastal town
/*stylix.image = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/ex/wallhaven-ex8vml.jpg";
@@ -47,6 +57,6 @@
url = "https://gitea.base.jeditemple.com/joshuaelm/Wallpapers/raw/branch/main/generic/88677104_p0.png";
hash = "sha256-IIKzA4DgWg9P48A+x/vBKjaD7seNBtkh/0wSXY2O3x8=";
};*/
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-sulphurpool.yaml";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
}
-1
View File
@@ -5,7 +5,6 @@
];
programs.zen-browser = {
enable = true;
suppressXdgMigrationWarning = true;
profiles = {
default = {
# bookmarks, extensions, search engines...