From c08f08692bd9ea5684ac5ba89d1413fe0e084640 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:42:22 -0500 Subject: [PATCH] enable charm --- hosts/lookingglass/default.nix | 3 ++- hosts/tempest/default.nix | 1 + modules/common/shell/utilities.nix | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/lookingglass/default.nix b/hosts/lookingglass/default.nix index 3f05927..30c7e35 100644 --- a/hosts/lookingglass/default.nix +++ b/hosts/lookingglass/default.nix @@ -29,6 +29,7 @@ darwin.lib.darwinSystem { nixpkgs.overlays = [ firefox-darwin.overlay ] ++ overlays; # Set registry to flake packages, used for nix X commands nix.registry.nixpkgs.flake = nixpkgs; + charm.enable = true; neovim.enable = true; mail.enable = true; mail.aerc.enable = true; @@ -42,7 +43,7 @@ darwin.lib.darwinSystem { python.enable = true; lua.enable = true; kubernetes.enable = true; - "1password".enable = true; + _1password.enable = true; } ]; } diff --git a/hosts/tempest/default.nix b/hosts/tempest/default.nix index 2341e9e..17eb7ad 100644 --- a/hosts/tempest/default.nix +++ b/hosts/tempest/default.nix @@ -33,6 +33,7 @@ nixpkgs.lib.nixosSystem { wsl.enable = false; publicKey = null; + charm.enable = true; neovim.enable = true; media.enable = true; firefox.enable = true; diff --git a/modules/common/shell/utilities.nix b/modules/common/shell/utilities.nix index 38aca7d..4ffa962 100644 --- a/modules/common/shell/utilities.nix +++ b/modules/common/shell/utilities.nix @@ -41,7 +41,6 @@ in { tealdeer # Cheatsheets tree # View directory hierarchy htop # Show system processes - glow # Pretty markdown previews qrencode # Generate qr codes vimv-rs # Batch rename files dig # DNS lookup