Split Hyprlock,Noctalia-Shell and Hyprpaper into separate directories. Made changes to ncli, to automatically switch specialisations. Started configuring niri.
This commit is contained in:
22
modules/hyprpaper/home.nix
Normal file
22
modules/hyprpaper/home.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{pkgs, inputs, username, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
services = {
|
||||
hyprpaper = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
preload = [
|
||||
"/home/${username}/NixOS/other/wallpaper2.png"
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
"eDP-1,/home/${username}/NixOS/other/wallpaper2.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user