This commit is contained in:
dusk 2022-07-31 09:44:18 +03:00
parent 98cc0e04ea
commit 6202d69aa0
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
6 changed files with 829 additions and 34 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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";

View File

@ -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"

View File

@ -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"];
}; };
} }

View File

@ -1,3 +1,3 @@
{inputs}: final: prev: { {inputs}: final: prev: {
hyprland = inputs.hyprland.packages.${prev.system}.default; hyprland = inputs.fufexan.packages.${prev.system}.hyprland;
} }

View File

@ -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=