This commit is contained in:
Aleksandr Lebedev 2025-09-20 23:08:16 +02:00
parent 22a3f0b5de
commit d58b29cfc0
9 changed files with 107 additions and 76 deletions

View file

@ -17,11 +17,12 @@ in
enable = true;
firstNixOSInstall = 1729112485;
};
nheko.enable = osConfig.custom.presets.wayland.enable;
xournalpp.enable = osConfig.custom.presets.wayland.enable;
#nheko.enable = osConfig.custom.presets.wayland.enable;
#xournalpp.enable = osConfig.custom.presets.wayland.enable;
librewolf.enable = osConfig.custom.presets.wayland.enable;
prismlauncher.enable = osConfig.custom.presets.gaming.enable;
bottles.enable = osConfig.custom.presets.wayland.enable;
nextcloud-client.enable = osConfig.custom.presets.wayland.enable;
};
};
home = {

View file

@ -27,11 +27,9 @@ in
glib
khal # calendar
gammastep # night mode
qt6ct
grim
slurp
satty
libsForQt5.qt5ct
];
programs.kitty = {
themeFile = lib.mkForce null;

View file

@ -51,12 +51,12 @@ in
];
layout = {
preset-column-widths = [
{proportion = 1.0 / 2.0;}
{proportion = 1.0;}
{proportion = 1.0 / 2.0;}
{proportion = 2.0 / 3.0;}
{proportion = 1.0 / 3.0;}
];
default-column-width = {proportion = 1.0 / 2.0;};
default-column-width = {proportion = 1.0;};
};
binds = with config.lib.niri.actions; let
sh = spawn "sh" "-c";
@ -373,6 +373,9 @@ in
{
title = "satty";
}
{
app-id = "com.gabm.satty";
}
];
open-floating = true;
open-focused = true;
@ -398,7 +401,7 @@ in
];
xwayland-satellite = {
enable = true;
path = "${lib.getExe pkgs.xwayland-satellite-stable}";
path = "${lib.getExe pkgs.xwayland-satellite-unstable}";
};
};
};

View file

@ -32,12 +32,13 @@
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"showWorkspaceIndex": false,
"showWorkspaceIndex": true,
"showWorkspacePadding": false,
"showWorkspaceApps": true,
"maxWorkspaceIcons": 30,
"workspacesPerMonitor": true,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"clockCompactMode": false,
"focusedWindowCompactMode": false,
"runningAppsCompactMode": true,
@ -105,7 +106,7 @@
"spotlightModalViewMode": "list",
"networkPreference": "auto",
"iconTheme": "System Default",
"useOSLogo": false,
"useOSLogo": true,
"osLogoColorOverride": "",
"osLogoBrightness": 0.5,
"osLogoContrast": 1,
@ -114,6 +115,9 @@
"monoFontFamily": "Fira Code",
"fontWeight": 400,
"fontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
"notepadFontSize": 14,
"gtkThemingEnabled": true,
"qtThemingEnabled": true,
"showDock": false,
@ -121,17 +125,25 @@
"cornerRadius": 12,
"notificationOverlayEnabled": false,
"topBarAutoHide": false,
"topBarOpenOnOverview": false,
"topBarOpenOnOverview": true,
"topBarVisible": true,
"topBarSpacing": 4,
"topBarBottomGap": 0,
"topBarInnerPadding": 8,
"topBarSquareCorners": false,
"topBarNoBackground": false,
"topBarGothCornersEnabled": false,
"lockScreenShowPowerActions": true,
"hideBrightnessSlider": false,
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0,
"screenPreferences": {}
"screenPreferences": {
"notifications": [
"all"
],
"toast": [
"all"
]
}
}