changes
This commit is contained in:
parent
c384d4a44c
commit
e26702b83d
7 changed files with 33 additions and 22 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
useQuickCss = true;
|
useQuickCss = true;
|
||||||
themeLinks = [ ];
|
themeLinks = [ ];
|
||||||
eagerPatches = false;
|
eagerPatches = false;
|
||||||
enabledThemes = [ "base16.css" ];
|
enabledThemes = [ "catppuccin-mocha-peach.theme.css" ];
|
||||||
enableReactDevtools = false;
|
enableReactDevtools = false;
|
||||||
frameless = false;
|
frameless = false;
|
||||||
transparent = true;
|
transparent = true;
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
radarr
|
radarr
|
||||||
sonarr
|
sonarr
|
||||||
flaresolverr
|
flaresolverr
|
||||||
|
nerd-fonts.fira-mono
|
||||||
|
|
||||||
# kde and kde theming
|
# kde and kde theming
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,14 @@
|
||||||
SDL_VIDEO_DRIVER = "wayland";
|
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" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@
|
||||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||||
['<C-Space>'] = cmp.mapping.complete(),
|
['<C-Space>'] = cmp.mapping.complete(),
|
||||||
['<C-e>'] = cmp.mapping.abort(),
|
['<C-e>'] = cmp.mapping.abort(),
|
||||||
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
['<C-Tab>'] = cmp.mapping.confirm({ select = true }),
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,13 @@
|
||||||
package = null;
|
package = null;
|
||||||
|
|
||||||
settings = {
|
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";
|
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
prefer-no-csd = true;
|
prefer-no-csd = true;
|
||||||
|
|
@ -20,10 +27,10 @@
|
||||||
workspace-shadow.enable = false;
|
workspace-shadow.enable = false;
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
focus-follows-mouse = {
|
focus-follows-mouse.enable = true;
|
||||||
enable = true;
|
focus-follows-mouse.max-scroll-amount = "0%";
|
||||||
max-scroll-amount = "0%";
|
warp-mouse-to-focus.enable = true;
|
||||||
};
|
mod-key = "Super";
|
||||||
keyboard = {
|
keyboard = {
|
||||||
numlock = false;
|
numlock = false;
|
||||||
repeat-delay = 600;
|
repeat-delay = 600;
|
||||||
|
|
@ -42,13 +49,6 @@
|
||||||
drag = false;
|
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 = {
|
outputs = {
|
||||||
"eDP-1" = {
|
"eDP-1" = {
|
||||||
scale = 1.5;
|
scale = 1.5;
|
||||||
|
|
@ -83,8 +83,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
hide-when-typing = true;
|
hide-when-typing = false;
|
||||||
hide-after-inactive-ms = 5000;
|
hide-after-inactive-ms = 10000;
|
||||||
size = config.userOptions.cursor.size;
|
size = config.userOptions.cursor.size;
|
||||||
theme = config.userOptions.cursor.name;
|
theme = config.userOptions.cursor.name;
|
||||||
};
|
};
|
||||||
|
|
@ -115,7 +115,7 @@
|
||||||
urgent.color = base12;
|
urgent.color = base12;
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enable = true;
|
enable = false;
|
||||||
spread = 5;
|
spread = 5;
|
||||||
offset.x = 0;
|
offset.x = 0;
|
||||||
offset.y = 5;
|
offset.y = 5;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
mOnTertiary = base00;
|
mOnTertiary = base00;
|
||||||
mError = base12;
|
mError = base12;
|
||||||
mOnError = base00;
|
mOnError = base00;
|
||||||
mSurface = "#000000";
|
mSurface = base00;
|
||||||
mOnSurface = base05;
|
mOnSurface = base05;
|
||||||
mSurfaceVariant = base01;
|
mSurfaceVariant = base01;
|
||||||
mOnSurfaceVariant = base05;
|
mOnSurfaceVariant = base05;
|
||||||
|
|
@ -35,8 +35,8 @@
|
||||||
backgroundOpacity = 1;
|
backgroundOpacity = 1;
|
||||||
monitors = [ ];
|
monitors = [ ];
|
||||||
density = "spacious";
|
density = "spacious";
|
||||||
showCapsule = false;
|
showCapsule = true;
|
||||||
capsuleOpacity = 1;
|
capsuleOpacity = 0.5;
|
||||||
floating = false;
|
floating = false;
|
||||||
marginVertical = 0.25;
|
marginVertical = 0.25;
|
||||||
marginHorizontal = 0.25;
|
marginHorizontal = 0.25;
|
||||||
|
|
@ -147,7 +147,7 @@
|
||||||
fontDefaultScale = 1;
|
fontDefaultScale = 1;
|
||||||
fontFixedScale = 1;
|
fontFixedScale = 1;
|
||||||
tooltipsEnabled = true;
|
tooltipsEnabled = true;
|
||||||
panelBackgroundOpacity = 1;
|
panelBackgroundOpacity = 0.5;
|
||||||
panelsAttachedToBar = true;
|
panelsAttachedToBar = true;
|
||||||
settingsPanelMode = "attached";
|
settingsPanelMode = "attached";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
default = "NotoSansM Nerd Font Mono";
|
default = "FiraMono Nerd Font Mono";
|
||||||
};
|
};
|
||||||
size = lib.mkOption {
|
size = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
package = lib.mkOption {
|
package = lib.mkOption {
|
||||||
type = lib.types.package;
|
type = lib.types.package;
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
default = pkgs.nerd-fonts.noto;
|
default = pkgs.nerd-fonts.fira-mono;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fontEmoji = {
|
fontEmoji = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue