fixes small bug with update.sh

readded term welcome screen to dotf
cleaned up 1password.nix
This commit is contained in:
2024-11-09 03:56:39 +01:00
parent 32ce39cb21
commit 13c2365b7b
3 changed files with 17 additions and 6 deletions

View File

@ -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" ];