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
|
pkg-config
|
||||||
# Debug
|
# Debug
|
||||||
gdb
|
gdb
|
||||||
|
renderdoc
|
||||||
# git
|
# git
|
||||||
];
|
];
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|||||||
@ -56,9 +56,9 @@
|
|||||||
|
|
||||||
# Default binds
|
# Default binds
|
||||||
# Fullscreen managment
|
# Fullscreen managment
|
||||||
"Mod+F".maximize-column = {};
|
"Mod+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
|
||||||
"Mod+Shift+F".fullscreen-window = {};
|
"Mod+Ctrl+F".maximize-column = {}; # Ugly fullscreen
|
||||||
"Mod+Ctrl+F".maximize-window-to-edges = {}; # Same effect as double clicking the titlebar
|
"Mod+Shift+F".fullscreen-window = {}; # True fullscreen
|
||||||
# Floating
|
# Floating
|
||||||
"Mod+V".toggle-window-floating = {};
|
"Mod+V".toggle-window-floating = {};
|
||||||
"Mod+Shift+V".switch-focus-between-floating-and-tiling = {};
|
"Mod+Shift+V".switch-focus-between-floating-and-tiling = {};
|
||||||
|
|||||||
@ -54,9 +54,6 @@
|
|||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.hostPlatform = inputs.nixpkgs.lib.mkDefault "x86_64-linux";
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user