From f44ccff64f2442e233ffa4fb3438e540b49fd9a6 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 13 Jul 2024 07:52:09 +0000 Subject: [PATCH] many small changes --- config/hypr/binds.conf | 2 +- config/hypr/exec-start.conf | 1 - config/hypr/hyprland.conf | 4 ---- config/zshrc | 2 -- packages/default.nix | 5 +++-- users/stitchynyan/default.nix | 9 ++++++++- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/config/hypr/binds.conf b/config/hypr/binds.conf index ecc2103..742efaf 100644 --- a/config/hypr/binds.conf +++ b/config/hypr/binds.conf @@ -22,7 +22,7 @@ bindl=,switch:Lid Switch,exec,swaylock --effect-greyscale # Games -bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -F fsr -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe" +bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe" bind=ALTSHIFT,O,exec,osu-lazer bind=ALTSHIFT,C,exec,"/home/flyingstitchman/Documents/Games/Celeste/Celeste" bind=ALTSHIFT,S,exec,"/home/flyingstitchman/Documents/Games/Stardew Valley/StardewValley" diff --git a/config/hypr/exec-start.conf b/config/hypr/exec-start.conf index a21e8a1..deb3872 100644 --- a/config/hypr/exec-start.conf +++ b/config/hypr/exec-start.conf @@ -3,7 +3,6 @@ exec-once=eww open bar exec-once=swayidle exec-once=hyprpaper -exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus exec-once=dunst exec-once=${XDG_CONFIG_HOME:-~/.config}/dunst/scripts/low-battery.sh diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 600fc5f..fe44023 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -86,10 +86,6 @@ dwindle { preserve_split=true } -master { - new_is_master=true -} - misc { layers_hog_keyboard_focus=true vfr=1 diff --git a/config/zshrc b/config/zshrc index e15d2a8..268730a 100755 --- a/config/zshrc +++ b/config/zshrc @@ -111,8 +111,6 @@ export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default export DOTNET_CLI_HOME="$XDG_CONFIG_HOME"/dotnet export RUSTUP_HOME="$XDG_DATA_HOME"/rustup export CARGO_HOME="$XDG_DATA_HOME"/cargo -# Nvidia moment -export WLR_NO_HARDWARE_CURSORS=1 alias dosbox="dosbox -conf "$XDG_CONFIG_HOME"/dosbox/dosbox.conf " diff --git a/packages/default.nix b/packages/default.nix index 73e35f0..da87046 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -27,12 +27,13 @@ let "libnotify" "networkmanager-openvpn" # temporary home manager things + "img2pdf" "inotify-tools" "eww" "jq" - "texliveFull" "pandoc" - "img2pdf" + #"texliveFull" + "typst" "socat" "libimobiledevice" "ifuse" diff --git a/users/stitchynyan/default.nix b/users/stitchynyan/default.nix index c91b878..6ccc920 100644 --- a/users/stitchynyan/default.nix +++ b/users/stitchynyan/default.nix @@ -45,10 +45,17 @@ users.users.stitchynyan = { description = "Personal user"; - extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "audio" "dialout" ]; + extraGroups = [ "audio" "dialout" "docker" "kvm" "libvirtd" "networkmanager" "wheel" ]; home = "/home/stitchynyan"; initialHashedPassword = "$y$j9T$rvySCWHYE4AO4A9J0Vf20.$x5hpBNsOWovQFtNfFUIt17OAH5MJFwFBGjxbaEIagJ3"; isNormalUser = true; shell = pkgs.zsh; }; + + i18n.inputMethod = { + enabled = "fcitx5"; + fcitx5.addons = [ + pkgs.fcitx5-mozc + ]; + }; }