Changed things
This commit is contained in:
@@ -20,15 +20,13 @@ in {
|
||||
name = pkgs.vscodium.name;
|
||||
paths = [pkgs.vscodium];
|
||||
buildInputs = [pkgs.vscodium pkgs.makeWrapper];
|
||||
/*
|
||||
|
||||
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"
|
||||
--add-flags "--ozone-platform=wayland"
|
||||
'';
|
||||
*/
|
||||
|
||||
pname = pkgs.vscodium.pname;
|
||||
version = pkgs.vscodium.version;
|
||||
|
||||
@@ -6,12 +6,19 @@
|
||||
package = pkgs.hyprland;
|
||||
# Whether to enable XWayland
|
||||
xwayland.enable = true;
|
||||
plugins = [
|
||||
pkgs.hyprlandPlugins.hyprspace
|
||||
];
|
||||
|
||||
# Optional
|
||||
# Whether to enable hyprland-session.target on hyprland startup
|
||||
systemd.enable = true;
|
||||
|
||||
settings = {
|
||||
xwayland = {
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
"$mainMod" = "SUPER";
|
||||
"$terminal" = "kitty";
|
||||
"$fileManager" = "dolphin";
|
||||
@@ -20,7 +27,6 @@
|
||||
|
||||
exec-once = [
|
||||
# run once on startup
|
||||
"pyper"
|
||||
];
|
||||
|
||||
bind = [
|
||||
@@ -68,6 +74,8 @@
|
||||
"workspace_swipe" = true;
|
||||
"workspace_swipe_fingers" = 3;
|
||||
};
|
||||
|
||||
workspace = ["special:exposed,gapsout:60,gapsin:30,bordersize:5,border:true,shadow:false"];
|
||||
};
|
||||
};
|
||||
programs.ags = {
|
||||
@@ -95,6 +103,6 @@
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pyprland
|
||||
brightnessctl
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user