mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro/sway: enable random wallpaper
This commit is contained in:
parent
d5e79315fa
commit
91c6d77813
|
@ -8,7 +8,10 @@
|
|||
home-manager.users.aly = {
|
||||
imports = [../../homeManagerModules ../../aly.nix];
|
||||
alyraffauf = {
|
||||
desktop.sway.enable = true;
|
||||
desktop.sway = {
|
||||
enable = true;
|
||||
randomWallpaper = true;
|
||||
};
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "LoudnessEqualizer.json";
|
||||
|
|
Loading…
Reference in a new issue