mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move to home.file.<name>.txt so that it's uniform (and because of errors 😭)
This commit is contained in:
parent
0768608559
commit
bf957cf636
1 changed files with 89 additions and 90 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ username, pkgs, ... }:
|
||||||
let
|
|
||||||
text = "rgb(251, 241, 199)";
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.hyprlock ];
|
home = {
|
||||||
xdg.configFile."hypr/hyprlock.conf".text = ''
|
packages = [ pkgs.hyprlock ];
|
||||||
|
file."/home/${username}/.config/hypr/hyprlock.conf".text = ''
|
||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
|
|
@ -97,4 +95,5 @@ in
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue