Compare commits
4 commits
38a0ff6959
...
84993913c2
Author | SHA1 | Date | |
---|---|---|---|
84993913c2 | |||
492998e1c2 | |||
d3c18bc88c | |||
a48259e526 |
2 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ in
|
||||||
system-images-android-35-google-apis-playstore-arm64-v8a
|
system-images-android-35-google-apis-playstore-arm64-v8a
|
||||||
]
|
]
|
||||||
++ lib.optionals host.linux [
|
++ lib.optionals host.linux [
|
||||||
system-images-android-35-google-apis-arm64-v8a
|
system-images-android-35-google-apis-x86-64
|
||||||
system-images-android-3-google-apis-playstore-arm64-v8a
|
system-images-android-35-google-apis-playstore-x86-64
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
rec {
|
rec {
|
||||||
username = "nmarks"; # username
|
username = "nmarks"; # username
|
||||||
name = "Natalie"; # name/identifier
|
name = "Natalie Marks"; # name/identifier
|
||||||
email = "nmarks413@gmail.com"; # email (used for certain configurations)
|
email = "nmarks413@gmail.com"; # email (used for certain configurations)
|
||||||
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
||||||
theme = null; # name of theme that stylix will use
|
theme = null; # name of theme that stylix will use
|
||||||
|
|
Loading…
Reference in a new issue