formatting

This commit is contained in:
2023-09-09 00:52:36 +01:00
parent 05b3577683
commit 75c53fd412
2 changed files with 17 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ in {
xwayland = {
enable = true;
};
enableNvidiaPatches = (hostname == "elderbug");
enableNvidiaPatches = hostname == "elderbug";
extraConfig =
(builtins.readFile ./${hostname}.conf)
+ ''

View File

@@ -42,7 +42,6 @@ in {
"kitty_mod+r" = "start_resizing_window";
# Tabs
"kitty_mod+t" = "new_tab";
"kitty_mod+w" = "close_tab";