Skip to content

Commit

Permalink
Update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed May 22, 2023
1 parent 6e27d9d commit 0020fe3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
30 changes: 15 additions & 15 deletions flake.lock

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

6 changes: 5 additions & 1 deletion modules/common/setup/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ let
enableBashIntegration = true;
nix-direnv.enable = true;
};
home.packages = [
pkgs.awscli
pkgs._1password
];
};
nixos = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {
home.sessionVariables = {
Expand All @@ -18,7 +22,7 @@ let
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
home.packages = [ pkgs.wofi ];
home.packages = [ pkgs.wofi pkgs._1password-gui ];
# FIXME
# (23.05) migrate to services.clipman.enable = true;
systemd.user.services.clipman = {
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/setup/brew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
}
];
casks = [
"1password-beta"
"1password"
"alfred"
"dash"
"docker"
Expand Down

0 comments on commit 0020fe3

Please sign in to comment.