zellij, hyprland config

This commit is contained in:
iofq 2024-11-18 20:10:08 -06:00
parent 39052c860d
commit 22cca03fec
12 changed files with 135 additions and 51 deletions

View file

@ -48,11 +48,6 @@
inherit system;
config.allowUnfree = true;
overlays = [
(_final: _prev: {
steam = pkgs.writeShellScriptBin "steam" ''
${_prev.steam.outPath}/bin/steam -pipewire "$@"
'';
})
inputs.nvim.overlays.default
];
};