Merge pull request #318 from genebean/angryip

Add Angry IP Scanner
This commit is contained in:
Gene Liverman 2023-12-13 08:43:50 -05:00 committed by GitHub
commit 4901dbea8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ in {
"1password" "1password"
"1password-cli" "1password-cli"
"amethyst" "amethyst"
"angry-ip-scanner"
"audacity" "audacity"
"balenaetcher" "balenaetcher"
"boinc" "boinc"

View file

@ -101,6 +101,7 @@ in {
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
angryipscanner
boinc boinc
brightnessctl brightnessctl
dconf2nix dconf2nix