mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
Compare commits
3 commits
8032aec1d8
...
48752ec0b2
Author | SHA1 | Date | |
---|---|---|---|
48752ec0b2 | |||
31a340cef6 | |||
4d3a97220c |
3 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue