chore: Update hyprland configuration with keybindings for dolphin, firefox, codium, rofi, and kitty
This commit is contained in:
@@ -20,13 +20,15 @@ in {
|
||||
name = pkgs.vscodium.name;
|
||||
paths = [pkgs.vscodium];
|
||||
buildInputs = [pkgs.vscodium pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
/*
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/codium \
|
||||
--add-flags "--enable-features=UseOzonePlatform" \
|
||||
--add-flags "--enable-features=WaylandWindowDecorations" \
|
||||
--add-flags "--ozone-platform=wayland" \
|
||||
--add-flags "--disable-features=WaylandFractionalScaleV1"
|
||||
'';
|
||||
*/
|
||||
|
||||
pname = pkgs.vscodium.pname;
|
||||
version = pkgs.vscodium.version;
|
||||
|
||||
Reference in New Issue
Block a user