mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: massively overhaul home manager module system
This commit is contained in:
parent
b2270408fc
commit
a506d2aed4
64 changed files with 5201 additions and 64 deletions
23
reference/users/youwen/default.nix
Normal file
23
reference/users/youwen/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
imports = [
|
||||
../../../hm/modules
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "youwen";
|
||||
homeDirectory = "/home/youwen";
|
||||
};
|
||||
|
||||
liminalOS = {
|
||||
utils.easyeffects.enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
userName = "Youwen Wu";
|
||||
userEmail = "youwenw@gmail.com";
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "8F5E6C1AF90976CA7102917A865658ED1FE61EC3";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue