Skip to content

Commit

Permalink
feat: upgrade to halloy 2024.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Apr 5, 2024
1 parent f62ab2a commit 57017e7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5,052 deletions.
2 changes: 1 addition & 1 deletion home-manager/_mixins/users/martin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ in
gpg_private = {};
gpg_public = {};
gpg_ownertrust = {};
halloy_config.path = "${config.home.homeDirectory}/.config/halloy/config.yaml";
halloy_config.path = "${config.home.homeDirectory}/.config/halloy/config.toml";
hueadm.path = "${config.home.homeDirectory}/.hueadm.json";
obs_secrets = {};
ssh_config.path = "${config.home.homeDirectory}/.ssh/config";
Expand Down
2 changes: 1 addition & 1 deletion nixos/_mixins/users/martin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ in
gnome.dconf-editor
gnome.gnome-sound-recorder
google-chrome
halloy
inkscape
libreoffice
meld
Expand All @@ -82,6 +81,7 @@ in
gnomeExtensions.vitals
]) ++ (with pkgs.unstable; lib.optionals (isWorkstation) [
fractal
halloy
pika-backup
telegram-desktop
]) ++ (with inputs; lib.optionals (isWorkstation) [
Expand Down
1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

{ pkgs ? (import ../nixpkgs.nix) { } }: {
gitkraken = pkgs.callPackage ./gitkraken { };
halloy = pkgs.callPackage ./halloy { };
libdatachannel = pkgs.callPackage ./libdatachannel { };
lima-bin = pkgs.callPackage ./lima-bin { };
obs-studio = pkgs.callPackage ./obs-studio { };
Expand Down

0 comments on commit 57017e7

Please sign in to comment.