Compare commits

...

3 commits

3 changed files with 7 additions and 7 deletions

View file

@ -1112,11 +1112,11 @@
"plugins-typst-preview": "plugins-typst-preview"
},
"locked": {
"lastModified": 1730397897,
"narHash": "sha256-mb6LqbA6z2fsKewhMRjoF1ig/1yQWh2fpna+YXBnhaU=",
"lastModified": 1730494456,
"narHash": "sha256-j9CWyGodITS8lYj1SjpC23qe1wmg7wJ81tAMHJuQgCU=",
"ref": "refs/heads/main",
"rev": "0972e97cfba7cc49ace1cb0d213b7e6b2e7cc8aa",
"revCount": 45,
"rev": "474c38a27292fed631886630daf2c6626bc53e9e",
"revCount": 47,
"type": "git",
"url": "https://code.youwen.dev/youwen5/viminal2"
},

View file

@ -5,8 +5,6 @@
{
home.packages = with pkgs; [
wl-clipboard
swaybg
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
papirus-icon-theme
@ -311,6 +309,8 @@
};
};
services.hyprpaper.enable = true;
programs.hyprlock = {
enable = true;
settings = {

View file

@ -8,7 +8,7 @@
shellIntegration.enableBashIntegration = true;
settings = {
font_size = 12;
window_padding_width = "8 8 0";
window_padding_width = "8 8";
confirm_os_window_close = -1;
enable_audio_bell = "no";
background_opacity = pkgs.lib.mkForce "0.8";