This commit is contained in:
Sean Kovacs 2026-02-01 10:56:22 -05:00
commit e26702b83d
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 33 additions and 22 deletions

View file

@ -4,7 +4,7 @@
useQuickCss = true;
themeLinks = [ ];
eagerPatches = false;
enabledThemes = [ "base16.css" ];
enabledThemes = [ "catppuccin-mocha-peach.theme.css" ];
enableReactDevtools = false;
frameless = false;
transparent = true;

View file

@ -35,6 +35,7 @@
radarr
sonarr
flaresolverr
nerd-fonts.fira-mono
# kde and kde theming
kde-rounded-corners

View file

@ -10,4 +10,14 @@
SDL_VIDEO_DRIVER = "wayland";
};
};
programs.librewolf.profiles.default.search.engines.uesp = {
name = "Unofficial Elder Scrolls Pages";
urls = [
{
template = "https://en.uesp.net/w/index.php?title=Special%3ASearch&search={searchTerms}&button=";
}
];
definedAliases = [ "uesp" ];
};
}

View file

@ -140,7 +140,7 @@
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(),
['<CR>'] = cmp.mapping.confirm({ select = true }),
['<C-Tab>'] = cmp.mapping.confirm({ select = true }),
})
'';
};

View file

@ -10,6 +10,13 @@
package = null;
settings = {
environment = {
QT_QPA_PLATFORM = "wayland";
QT_QPA_PLATFORMTHEME = "qt6ct";
DISPLAY = null;
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
};
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
hotkey-overlay.skip-at-startup = true;
prefer-no-csd = true;
@ -20,10 +27,10 @@
workspace-shadow.enable = false;
};
input = {
focus-follows-mouse = {
enable = true;
max-scroll-amount = "0%";
};
focus-follows-mouse.enable = true;
focus-follows-mouse.max-scroll-amount = "0%";
warp-mouse-to-focus.enable = true;
mod-key = "Super";
keyboard = {
numlock = false;
repeat-delay = 600;
@ -42,13 +49,6 @@
drag = false;
};
};
environment = {
QT_QPA_PLATFORM = "wayland";
QT_QPA_PLATFORMTHEME = "qt6ct";
DISPLAY = null;
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
};
outputs = {
"eDP-1" = {
scale = 1.5;
@ -83,8 +83,8 @@
};
};
cursor = {
hide-when-typing = true;
hide-after-inactive-ms = 5000;
hide-when-typing = false;
hide-after-inactive-ms = 10000;
size = config.userOptions.cursor.size;
theme = config.userOptions.cursor.name;
};
@ -115,7 +115,7 @@
urgent.color = base12;
};
shadow = {
enable = true;
enable = false;
spread = 5;
offset.x = 0;
offset.y = 5;

View file

@ -15,7 +15,7 @@
mOnTertiary = base00;
mError = base12;
mOnError = base00;
mSurface = "#000000";
mSurface = base00;
mOnSurface = base05;
mSurfaceVariant = base01;
mOnSurfaceVariant = base05;
@ -35,8 +35,8 @@
backgroundOpacity = 1;
monitors = [ ];
density = "spacious";
showCapsule = false;
capsuleOpacity = 1;
showCapsule = true;
capsuleOpacity = 0.5;
floating = false;
marginVertical = 0.25;
marginHorizontal = 0.25;
@ -147,7 +147,7 @@
fontDefaultScale = 1;
fontFixedScale = 1;
tooltipsEnabled = true;
panelBackgroundOpacity = 1;
panelBackgroundOpacity = 0.5;
panelsAttachedToBar = true;
settingsPanelMode = "attached";
};

View file

@ -86,7 +86,7 @@
name = lib.mkOption {
type = lib.types.str;
readOnly = true;
default = "NotoSansM Nerd Font Mono";
default = "FiraMono Nerd Font Mono";
};
size = lib.mkOption {
type = lib.types.int;
@ -96,7 +96,7 @@
package = lib.mkOption {
type = lib.types.package;
readOnly = true;
default = pkgs.nerd-fonts.noto;
default = pkgs.nerd-fonts.fira-mono;
};
};
fontEmoji = {