chore: cleanup unwanted files
This commit is contained in:
parent
74635a6c6d
commit
d4059b5e9a
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
options = with lib;
|
||||
with types; {
|
||||
myWallPaperPathString = mkOption {type = str;};
|
||||
myUserName = mkOption {type = str;};
|
||||
myDisplayName = mkOption {type = str;};
|
||||
myEmail = mkOption {type = str;};
|
||||
};
|
||||
config = rec {
|
||||
myUserName = "stvnliu";
|
||||
myWallPaperPathString = "/home/${config.myUserName}/wallpaper.png";
|
||||
myDisplayName = "Zhongheng Liu";
|
||||
myEmail = "z.liu@outlook.com.gr";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue