mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: replace swaybg with hyprpaper
This commit is contained in:
parent
8032aec1d8
commit
4d3a97220c
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue