mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 19:41:35 +01:00
Update gpg configuration
This commit is contained in:
@@ -10,5 +10,13 @@
|
||||
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-0 --left-of DP-4 --mode 1920x1080 --rate 144 --output DP-4 --mode 1920x1080 --rate 144";
|
||||
|
||||
networking.hostName = "pc";
|
||||
|
||||
home-manager.users.thiloho = { pkgs, ... }: {
|
||||
programs.git = {
|
||||
signing = {
|
||||
key = "29791D54E85BEE9E";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user