refactor: update dependencies and flake configurations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
./kdeconnect.nix
|
||||
./gtk.nix
|
||||
./anyrun.nix
|
||||
./ironbar
|
||||
# ./ironbar
|
||||
./gui.nix
|
||||
./eww.nix
|
||||
./xdg.nix
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
(prismlauncher.override {
|
||||
additionalPrograms = [ffmpeg zenity];
|
||||
jdks = [
|
||||
graalvm-ce
|
||||
# graalvm-ce
|
||||
zulu8
|
||||
zulu17
|
||||
zulu
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
"$mainModShift, Return, exec, ${lib.getExe pkgs.wezterm}"
|
||||
# "$mainModShift, Return, exec, ${pkgs.foot}/bin/foot"
|
||||
"$mainModShift, Q, killactive,"
|
||||
"$mainModShift, s, exec, ${lib.getExe pkgs.hyprshot} -m region"
|
||||
"$mainModShift, s, exec, ${lib.getExe pkgs.hyprshot} -m region -o ~/Pictures/Screenshots/"
|
||||
# "$mainMod, M, exit,"
|
||||
"$mainModShift, f, togglefloating,"
|
||||
"$mainModShift, f, pin"
|
||||
@@ -212,8 +212,8 @@
|
||||
",xf86audioprev, exec, ${lib.getExe pkgs.playerctl} previous"
|
||||
",xf86audionext, exec, ${lib.getExe pkgs.playerctl} next"
|
||||
",xf86audioplay, exec, ${lib.getExe pkgs.playerctl} play-pause"
|
||||
",xf86monbrightnessup, exec, ${lib.getExe pkgs.ddcbacklight} inc 10"
|
||||
",xf86monbrightnessdown, exec, ${lib.getExe pkgs.ddcbacklight} dec 10"
|
||||
# ",xf86monbrightnessup, exec, ${lib.getExe pkgs.ddcbacklight} inc 10"
|
||||
# ",xf86monbrightnessdown, exec, ${lib.getExe pkgs.ddcbacklight} dec 10"
|
||||
|
||||
# Screenshot
|
||||
# "$mainMod,Print, exec, grim"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
imports = [inputs.ironbar.homeManagerModules.default];
|
||||
programs.ironbar = {
|
||||
enable = device.is "ryu";
|
||||
package = inputs.ironbar.packages.${pkgs.system}.default;
|
||||
package = inputs.ironbar.packages.${pkgs.system}.ironbar;
|
||||
systemd = true;
|
||||
config.monitors = {
|
||||
"${device.monitors.secondary}" = {
|
||||
|
||||
Reference in New Issue
Block a user