diff --git a/Makefile b/Makefile index 24d2b87..c37df89 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ nixos: # systemctl restart --user emanote macos: + sudo ls $$(nix build --extra-experimental-features "flakes nix-command" .#darwinConfigurations.air.system --no-link --json | jq -r '.[].outputs.out')/sw/bin/darwin-rebuild switch --flake . + launchctl start org.nixos.banyan # Not sure why this doesn't reliably work h0: diff --git a/features/desktopish/guiapps.nix b/features/desktopish/guiapps.nix index 0a86251..1d6886d 100644 --- a/features/desktopish/guiapps.nix +++ b/features/desktopish/guiapps.nix @@ -9,6 +9,9 @@ # onlyoffice-bin obsidian + _1password + _1password-gui + simplescreenrecorder obs-studio diff --git a/features/passwordstore.nix b/features/passwordstore.nix index 0d88a28..2b5d360 100644 --- a/features/passwordstore.nix +++ b/features/passwordstore.nix @@ -9,8 +9,6 @@ }; environment.systemPackages = with pkgs; [ pass - _1password - _1password-gui # Pinentry doesn't work on WSL NixOS unless manually configured on gpg-agent.conf # See https://sigkill.dk/writings/guides/nixos_pass.html pinentry-curses