Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
Lots of broken packages...
  • Loading branch information
khaneliman committed Nov 4, 2024
1 parent d369bde commit 8c14992
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 80 deletions.
134 changes: 67 additions & 67 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/darwin/suites/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ in
};

environment = {
loginShell = pkgs.zsh;

systemPackages = with pkgs; [
bash-completion
cask
Expand Down
3 changes: 2 additions & 1 deletion modules/home/programs/graphical/wms/hyprland/variables.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ in
"$looking-glass" = "${getExe pkgs.looking-glass-client}";
"$screen-locker" = "${getExe config.programs.hyprlock.package}";
"$window-inspector" = "${getExe hyprland-contrib.packages.${system}.hyprprop}";
"$screen-recorder" = "${getExe pkgs.${namespace}.record_screen}";
# FIXME: broken nixpkgs dependency
# "$screen-recorder" = "${getExe pkgs.${namespace}.record_screen}";

# screenshot commands
"$notify-screenshot" = ''${getExe pkgs.libnotify} --icon "$file" "Screenshot Saved"'';
Expand Down
6 changes: 3 additions & 3 deletions modules/home/programs/graphical/wms/sway/binds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in
looking-glass = "${getExe pkgs.looking-glass-client}";
screen-locker = "${getExe config.programs.swaylock.package}";
# window-inspector = "${getExe sway-contrib.packages.${system}.hyprprop}";
screen-recorder = "${getExe pkgs.${namespace}.record_screen}";
# screen-recorder = "${getExe pkgs.${namespace}.record_screen}";

# screenshot commands
grimblast_area_file = ''file="${screenshot-path}/$(${getDateTime}).png" && ${grimblast} --freeze --notify save area "$file"'';
Expand Down Expand Up @@ -109,8 +109,8 @@ in
"Super_L+Control+Print" = "exec ${grimblast_screen_clipboard}";

# Screen recording
"Super_L+Control+Alt+Print" = "exec ${screen-recorder} screen";
"Super_L+Control+Alt+Shift+Print" = "exec ${screen-recorder} area";
# "Super_L+Control+Alt+Print" = "exec ${screen-recorder} screen";
# "Super_L+Control+Alt+Shift+Print" = "exec ${screen-recorder} area";

# Floating toggle
"Super_L+Alt+v" = "floating toggle";
Expand Down
3 changes: 2 additions & 1 deletion modules/home/suites/art/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ in

config = mkIf cfg.enable {
home.packages = with pkgs; [
blender
# FIXME: broken nixpkgs
# blender
gimp
inkscape-with-extensions
];
Expand Down
3 changes: 2 additions & 1 deletion modules/home/suites/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ in
};

home.packages = with pkgs; [
ncdu
# FIXME: broken nixpgs
# ncdu
smassh
toilet
tree
Expand Down
3 changes: 2 additions & 1 deletion modules/home/suites/development/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ in
with pkgs;
[
jqp
neovide
# FIXME: broken nixpkgs
# neovide
onefetch
postman
act
Expand Down
Loading

0 comments on commit 8c14992

Please sign in to comment.