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, ... }:
|
||||
let
|
||||
text = "rgb(251, 241, 199)";
|
||||
in
|
||||
{ username, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.hyprlock ];
|
||||
xdg.configFile."hypr/hyprlock.conf".text = ''
|
||||
home = {
|
||||
packages = [ pkgs.hyprlock ];
|
||||
file."/home/${username}/.config/hypr/hyprlock.conf".text = ''
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
|
|
@ -97,4 +95,5 @@ in
|
|||
valign = center
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue