Commit for generation 239
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@@ -330,11 +330,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728337164,
|
"lastModified": 1728584964,
|
||||||
"narHash": "sha256-VdRTjJFyq4Q9U7Z/UoC2Q5jK8vSo6E86lHc2OanXtvc=",
|
"narHash": "sha256-40093uJyc+pf0CaOtbj5dDiyL0PQ7c5pmnGkfO6Q/hw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "038630363e7de57c36c417fd2f5d7c14773403e4",
|
"rev": "d47d33254fbf4fdbdee9f1f14095f689662e479d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -426,11 +426,11 @@
|
|||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728507606,
|
"lastModified": 1728554473,
|
||||||
"narHash": "sha256-Bt6aMwB63lmb8SqKLo6hKdi//camzM3KvJ5242gn+gQ=",
|
"narHash": "sha256-wzVeYNRedx8aAi8NsUvBbPJAilozHp+mC49NUKYk73c=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "c4eb1940336cd88ca65ba65582ce104e49dfc7c9",
|
"rev": "b65773bea9b912a41cfcbc789fb2e60a07e3d0c1",
|
||||||
"revCount": 5324,
|
"revCount": 5325,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ (import ./hyprland.nix) ] ++[ (import ./config.nix) ];
|
imports =
|
||||||
|
[ (import ./hyprland.nix) ]
|
||||||
|
++ [ (import ./config.nix) ]
|
||||||
|
++ [ (import ./hyprpaper.nix) ];
|
||||||
}
|
}
|
||||||
|
|||||||
18
glasshouse-desktop/home/hyprland/hyprpaper.nix
Normal file
18
glasshouse-desktop/home/hyprland/hyprpaper.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
ipc = "on";
|
||||||
|
splash = false;
|
||||||
|
splash_offset = 2.0;
|
||||||
|
preload = [ "/home/pagedmov/Pictures/Wallpapers/cat-leaves.png" ];
|
||||||
|
|
||||||
|
wallpaper = [
|
||||||
|
"DP-1,/home/pagedmov/Pictures/Wallpapers/cat-leaves.png"
|
||||||
|
"HDMI-A-1,/home/pagedmov/Pictures/Wallpapers/cat-leaves.png"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user