Added a non-functional host, modified Vulkan and tweaked niri binds
This commit is contained in:
parent
f4947f72e9
commit
bed80cefa0
@ -55,6 +55,7 @@
|
||||
pkg-config
|
||||
# Debug
|
||||
gdb
|
||||
renderdoc
|
||||
# git
|
||||
];
|
||||
# Environment Variables
|
||||
|
||||
@ -56,9 +56,9 @@
|
||||
|
||||
# Default binds
|
||||
# Fullscreen managment
|
||||
"Mod+F".maximize-column = {};
|
||||
"Mod+Shift+F".fullscreen-window = {};
|
||||
"Mod+Ctrl+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
|
||||
"Mod+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
|
||||
"Mod+Ctrl+F".maximize-column = {}; # Ugly fullscreen
|
||||
"Mod+Shift+F".fullscreen-window = {}; # True fullscreen
|
||||
# Floating
|
||||
"Mod+V".toggle-window-floating = {};
|
||||
"Mod+Shift+V".switch-focus-between-floating-and-tiling = {};
|
||||
|
||||
@ -54,9 +54,6 @@
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = inputs.nixpkgs.lib.mkDefault "x86_64-linux";
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user