Skip to content

Commit

Permalink
fix: Remove electron stuff until nixpkgs-unstable CI catches up
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 24, 2023
1 parent b59c013 commit fd7cdf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
obsidian
tauon
unstable.thunderbird
unstable.morgen
# unstable.morgen FIXME https://github.com/NixOS/nixpkgs/issues/262730
];

systemd.services.znapzend.serviceConfig.User = lib.mkForce "emiller";
Expand Down
5 changes: 4 additions & 1 deletion modules/shell/bitwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ in {
};

config = mkIf cfg.enable {
user.packages = with pkgs; [bitwarden bitwarden-cli];
user.packages = with pkgs; [
# bitwarden FIXME https://github.com/NixOS/nixpkgs/issues/262730
bitwarden-cli
];

modules.shell.zsh.rcInit = "_cache bw completion --shell zsh; compdef _bw bw;";

Expand Down

0 comments on commit fd7cdf9

Please sign in to comment.