Compare commits

..

No commits in common. "5117b14388531752642790828c62f92336c4b019" and "b546d5b43ab8ff148532a65a43d0f3ad50582e33" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View File

@ -14,11 +14,9 @@
...
}:
inputs.nixpkgs.lib.nixosSystem rec {
inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {
pkgs-caddy = import inputs.nixpkgs-caddy { inherit system; };
};
specialArgs = { };
modules = [
globals
inputs.home-manager.nixosModules.home-manager

View File

@ -171,7 +171,6 @@
eventTitleIconFormat = ''"iconCalendar"'';
slackBrowser = ''{"deletable":true,"arguments":"","name":"Slack","path":""}'';
zoomBrowser = ''{"deletable":true,"arguments":"","name":"Zoom","path":""}'';
teamsBrowser = ''{"deletable":true,"arguments":"","name":"Teams","path":""}'';
KeyboardShortcuts_joinEventShortcut = ''{"carbonModifiers":6400,"carbonKeyCode":38}'';
timeFormat = ''"12-hour"'';
};

View File

@ -10,7 +10,6 @@
unfreePackages = [
"consul"
"vault-bin"
"teams"
];
home-manager.users.${config.user} = lib.mkIf pkgs.stdenv.isDarwin {