a
This commit is contained in:
parent
98cc0e04ea
commit
6202d69aa0
854
flake.lock
854
flake.lock
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,7 @@
|
|||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
fufexan.url = "github:fufexan/dotfiles";
|
fufexan.url = "github:fufexan/dotfiles";
|
||||||
fufexan.flake = false;
|
blog.url = "https://git.gaze.systems/dusk/website/archive/master.zip";
|
||||||
blog.url = "gitlab:yusdacra/yusdacra.gitlab.io";
|
|
||||||
blog.inputs.nixpkgs.follows = "nixpkgs";
|
blog.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
bernbot.url = "github:yusdacra/bernbot";
|
bernbot.url = "github:yusdacra/bernbot";
|
||||||
bernbot.inputs.nixpkgs.follows = "nixpkgs";
|
bernbot.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
binaryName = "Discord";
|
binaryName = "Discord";
|
||||||
desktopName = "Discord";
|
desktopName = "Discord";
|
||||||
|
|
||||||
isWayland = false;
|
|
||||||
enableVulkan = false;
|
enableVulkan = false;
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--disable-gpu-memory-buffer-video-frames"
|
"--disable-gpu-memory-buffer-video-frames"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
includeGrammarIf = grammar:
|
includeGrammarIf = grammar:
|
||||||
prev.lib.any
|
prev.lib.any
|
||||||
(name: grammar.name == name)
|
(name: grammar.name == name)
|
||||||
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown"];
|
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown" "html" "css"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{inputs}: final: prev: {
|
{inputs}: final: prev: {
|
||||||
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
hyprland = inputs.fufexan.packages.${prev.system}.hyprland;
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
exec-once=systemctl --user start graphical-session-pre.target
|
exec-once=systemctl --user start graphical-session-pre.target
|
||||||
exec-once=systemctl --user start graphical-session.target
|
exec-once=systemctl --user start graphical-session.target
|
||||||
exec-once=${swaybg} -i ~/.config/wallpaper
|
exec-once=${swaybg} -i ~/.config/wallpaper
|
||||||
|
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 1.6
|
||||||
input {
|
input {
|
||||||
kb_layout=tr
|
kb_layout=tr
|
||||||
kb_variant=
|
kb_variant=
|
||||||
|
Loading…
Reference in New Issue
Block a user