Compare commits

..

No commits in common. "48752ec0b265ddfb0d32e6d84382c88ce01d1395" and "8032aec1d8b1e8833bae3c9e33c9885b45e2ed99" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -5,6 +5,8 @@
{
home.packages = with pkgs; [
wl-clipboard
swaybg
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
papirus-icon-theme
@ -309,8 +311,6 @@
};
};
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";
window_padding_width = "8 8 0";
confirm_os_window_close = -1;
enable_audio_bell = "no";
background_opacity = pkgs.lib.mkForce "0.8";