fix: made hyprpaper configuration usable
This commit is contained in:
parent
3651ddb6cb
commit
a3dc31db18
4 changed files with 16 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
{pkgs, config, lib, ...}:
|
||||
{
|
||||
options = with lib; with types; {
|
||||
myWallPaperPathString = { type = str; };
|
||||
myUserName = { type = str; };
|
||||
myDisplayName = { type = str; };
|
||||
myEmail = { type = str; };
|
||||
myWallPaperPathString = mkOption { type = str; };
|
||||
myUserName = mkOption { type = str; };
|
||||
myDisplayName = mkOption { type = str; };
|
||||
myEmail = mkOption { type = str; };
|
||||
};
|
||||
config = rec {
|
||||
myUserName = "stvnliu";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue