diff --git a/flake.nix b/flake.nix index 3dda2ec..1228b2d 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ school = { enable = true; - citrix.enable = true; + citrix = true; }; games = { diff --git a/hosts/ankaa/system.nix b/hosts/ankaa/system.nix index 9f8a0ac..a3132b9 100644 --- a/hosts/ankaa/system.nix +++ b/hosts/ankaa/system.nix @@ -36,8 +36,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_6_1; - fileSystems = { "/".options = [ "compress=zstd" ]; "/home".options = [ "compress=zstd" ]; diff --git a/modules/home/sway.nix b/modules/home/sway.nix index 8ff573f..8b8827c 100644 --- a/modules/home/sway.nix +++ b/modules/home/sway.nix @@ -108,7 +108,7 @@ in "${modifier}+Shift+0" = "move container to workspace 10"; "${modifier}+Shift+e" = "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'"; "${modifier}+Shift+c" = "reload"; - "${modifier}+Shift+s" = "exec grim -g $(slurp)"; + "${modifier}+Shift+s" = "exec ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" \"/home/eesim/Pictures/$(date +'%s_grim.png')\""; "${modifier}+Shift+q" = "kill"; "XF86AudioPause" = "exec playerctl play-pause"; "XF86AudioNext" = "exec playerctl next"; diff --git a/pkgs/jhelioviewer.nix b/pkgs/jhelioviewer.nix index e3d8a5d..df2fcde 100644 --- a/pkgs/jhelioviewer.nix +++ b/pkgs/jhelioviewer.nix @@ -18,8 +18,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "Helioviewer-Project"; repo = "JHelioviewer-SWHV"; - rev = "537b60bbf4c40e46b98d7a1c0167f3c943e73cd2"; - hash = "sha256-LBiywlXAgMifn6ov04CwEnfhSWskSzIy5Cs3NeL90Ts="; + rev = "c1affb8a820fb2785d7598a59dad3691bf42298c"; + hash = "sha256-CGpWPKsGQsX+3aaqws351hy2xCST/x+Md+dRBov1vog="; }; nativeBuildInputs = [