mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Remove albert
This commit is contained in:
@@ -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";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user