home
This commit is contained in:
parent
cb52890889
commit
82fba3048f
19 changed files with 115 additions and 114 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ system-config, lib, ...}: {
|
||||
{ lib, ...}: {
|
||||
imports = [
|
||||
./hyprpaper.nix
|
||||
./hyprlock.nix
|
||||
|
|
@ -176,6 +176,6 @@
|
|||
};
|
||||
};
|
||||
in {
|
||||
hyprland = lib.recursiveUpdate hyprDefaults system-config.hyprlandOverrides;
|
||||
hyprland = hyprDefaults;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ config, ...}:{
|
||||
{ config, lib, ...}:{
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
settings = lib.mkForce {
|
||||
general = {
|
||||
disable_loading_bar = true;
|
||||
ignore_empty_input = true;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ conf, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
home.file.".config/hypr/wallpaper.png" = {
|
||||
source = ../../wallpapers/${conf.wallpaper};
|
||||
source = ../../wallpapers/default.png;
|
||||
};
|
||||
|
||||
services.hyprpaper = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue