Fixing Hyprland crash
This commit is contained in:
17
systems/avalon/home.nix
Normal file
17
systems/avalon/home.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ ... }: {
|
||||
imports = [ ./display.nix ];
|
||||
|
||||
config.homecfg = {
|
||||
username = "sora";
|
||||
make = {
|
||||
gui = false;
|
||||
cli = true;
|
||||
game = false;
|
||||
};
|
||||
git = {
|
||||
email = "soraefir+git@pm.me";
|
||||
username = "soraefir";
|
||||
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user