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.inputs.nixpkgs.follows = "nixpkgs";
|
||||
fufexan.url = "github:fufexan/dotfiles";
|
||||
fufexan.flake = false;
|
||||
blog.url = "gitlab:yusdacra/yusdacra.gitlab.io";
|
||||
blog.url = "https://git.gaze.systems/dusk/website/archive/master.zip";
|
||||
blog.inputs.nixpkgs.follows = "nixpkgs";
|
||||
bernbot.url = "github:yusdacra/bernbot";
|
||||
bernbot.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -6,7 +6,6 @@
|
||||
binaryName = "Discord";
|
||||
desktopName = "Discord";
|
||||
|
||||
isWayland = false;
|
||||
enableVulkan = false;
|
||||
extraOptions = [
|
||||
"--disable-gpu-memory-buffer-video-frames"
|
||||
|
@ -3,6 +3,6 @@
|
||||
includeGrammarIf = grammar:
|
||||
prev.lib.any
|
||||
(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: {
|
||||
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.target
|
||||
exec-once=${swaybg} -i ~/.config/wallpaper
|
||||
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 1.6
|
||||
input {
|
||||
kb_layout=tr
|
||||
kb_variant=
|
||||
|
Loading…
Reference in New Issue
Block a user