forked from Shinonome/omarchy-nix
Format project with official nixfmt formatter (#21)
* Set nix official formatter for the flake * format the entire project
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
programs = {
|
||||
_1password.enable = true;
|
||||
_1password-gui.enable = true;
|
||||
|
||||
# TODO: Dynamically get user names
|
||||
_1password-gui.polkitPolicyOwners = ["henry"];
|
||||
_1password-gui.polkitPolicyOwners = [ "henry" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user