Add flatpak and fix hypr* issues
This commit is contained in:
parent
706b35f0f5
commit
5fbaaa8b28
3 changed files with 21 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.hyprpaper.enable = true;
|
||||
services.hyprpaper.settings = {
|
||||
preload = [
|
||||
"/home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png"
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
", /home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png"
|
||||
{
|
||||
monitor = "";
|
||||
path = "/home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png";
|
||||
}
|
||||
];
|
||||
splash = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue