schizo mode

This commit is contained in:
Charlie Root 2024-11-06 10:50:08 +01:00
commit aae6777f03
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
6 changed files with 27 additions and 36 deletions

View file

@ -5,22 +5,22 @@
pkgs,
...
}: let
inherit (inputs) quickshell;
inherit (lib.generators) toKeyValue;
# inherit (inputs) quickshell;
# inherit (lib.generators) toKeyValue;
in {
environment.systemPackages = with pkgs; [
qt6.qtimageformats # amog
qt6.qt5compat # shader fx
(quickshell.packages.x86_64-linux.default.override {
withJemalloc = true;
withQtSvg = true;
withX11 = true;
withPipewire = true;
withPam = true;
withHyprland = true;
})
pamtester # lockscreen
grim
imagemagick # screenshot
];
# environment.systemPackages = with pkgs; [
# qt6.qtimageformats # amog
# qt6.qt5compat # shader fx
# (quickshell.packages.x86_64-linux.default.override {
# withJemalloc = true;
# withQtSvg = true;
# withX11 = true;
# withPipewire = true;
# withPam = true;
# withHyprland = true;
# })
# pamtester # lockscreen
# grim
# imagemagick # screenshot
# ];
}

View file

@ -11,12 +11,6 @@ in {
# Programs which get executed at Hyprland start.
exec-once = [
"hyprctl setcursor ${cursor.name} ${toString cursor.size}"
#start waybar
"${pkgs.waybar}/bin/waybar"
# "${pkgs.ianny}/bin/ianny"
# run persistent special workspace windows
# "[workspace special:nixos; silent;tile] ${pkgs.foot}/bin/foot -D ~/projects/nichts"
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
"[workspace special:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol"
@ -25,7 +19,7 @@ in {
"${pkgs.wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
"${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent"
"hyprctl dispatch split:workspace 1"
"hyprctl dispatch split-workspace 1"
];
};
}

View file

@ -33,8 +33,8 @@ in {
# Input settings
input = {
kb_layout = "de,ru, us";
kb_variant = ",phonetic_winkeys,dvorak";
kb_layout = "gb,ru,de";
kb_variant = ",phonetic_winkeys,";
kb_options = "grp:rctrl_rshift_toggle, caps:escape";
follow_mouse = true;