mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
..
This commit is contained in:
parent
d1f883e4f3
commit
05e88ca1df
3 changed files with 5 additions and 2 deletions
2
Makefile
2
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:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
# onlyoffice-bin
|
||||
obsidian
|
||||
|
||||
_1password
|
||||
_1password-gui
|
||||
|
||||
simplescreenrecorder
|
||||
obs-studio
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue