Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 8, 2024
1 parent d420858 commit 2537611
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 52 deletions.
85 changes: 36 additions & 49 deletions flake.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in
};

config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ gnome.nautilus ];
environment.systemPackages = with pkgs; [ nautilus ];

networking.firewall.extraCommands = "iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns";

Expand Down
4 changes: 2 additions & 2 deletions packages/record_screen/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
gnome,
lib,
libnotify,
slurp,
wl-clipboard,
wl-screenrec,
writeShellApplication,
zenity,
...
}:
writeShellApplication {
Expand All @@ -19,7 +19,7 @@ writeShellApplication {
checkPhase = "";

runtimeInputs = [
gnome.zenity
zenity
libnotify
slurp
wl-clipboard
Expand Down

0 comments on commit 2537611

Please sign in to comment.