mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update default.nix
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
programs.sway.enable = true;
|
||||
|
||||
home-manager.users.thiloho = { pkgs, ... }: {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = {
|
||||
modifier = "Mod1";
|
||||
terminal = "alacritty";
|
||||
};
|
||||
};
|
||||
programs.git = {
|
||||
signing = {
|
||||
key = "29791D54E85BEE9E";
|
||||
|
||||
Reference in New Issue
Block a user