fixes small bug with update.sh
readded term welcome screen to dotf cleaned up 1password.nix
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# 1Password
|
||||
programs._1password.enable = true;
|
||||
# Enables the 1Password CLI
|
||||
programs._1password = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enables the 1Password desktop app
|
||||
programs._1password-gui = {
|
||||
enable = true;
|
||||
polkitPolicyOwners = [ "menno" ];
|
||||
|
Reference in New Issue
Block a user