Remove albert

This commit is contained in:
Dave Gallant
2024-02-10 11:35:08 -05:00
parent deb357f9b1
commit 36121ad9c5
2 changed files with 1 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ in {
if stdenv.isLinux if stdenv.isLinux
then { then {
normal.family = "Fira Code"; normal.family = "Fira Code";
size = 12; size = 18;
} }
else { else {
normal.family = "FiraCode Nerd Font"; normal.family = "FiraCode Nerd Font";
@@ -446,8 +446,4 @@ in {
".config/nvim/lua".source = ./nvim/lua; ".config/nvim/lua".source = ./nvim/lua;
".aws/config".source = ./.aws/config; ".aws/config".source = ./.aws/config;
}; };
home.file.".config/autostart/albert.desktop" = lib.mkIf stdenv.isLinux {
source = pkgs.albert + "/share/applications/albert.desktop";
};
} }

View File

@@ -9,7 +9,6 @@
in { in {
environment.systemPackages = with pkgs; let environment.systemPackages = with pkgs; let
linux = [ linux = [
albert
bitwarden bitwarden
chromium chromium
cryptsetup cryptsetup