enable protonmail
This commit is contained in:
@ -66,6 +66,9 @@ in rec {
|
|||||||
papirusIcons = true;
|
papirusIcons = true;
|
||||||
numixCursor = true;
|
numixCursor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
@ -77,6 +80,11 @@ in rec {
|
|||||||
enable = true;
|
enable = true;
|
||||||
autostart = true;
|
autostart = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
protonmail = {
|
||||||
|
enable = true;
|
||||||
|
autostart = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
neovim = {
|
neovim = {
|
||||||
@ -151,6 +159,8 @@ in rec {
|
|||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Check what packages are installed here and in modules and check if there is already a service/hm-module for it
|
||||||
|
# TODO: If so use this or adapt the config from there (example gnome.sushi is also added to dbus packages in services.sushi)
|
||||||
# Add stuff for your user as you see fit:
|
# Add stuff for your user as you see fit:
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# CLI Tools
|
# CLI Tools
|
||||||
@ -173,7 +183,6 @@ in rec {
|
|||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
protonmail-bridge
|
|
||||||
protonvpn-cli
|
protonvpn-cli
|
||||||
cyberdrop-dl
|
cyberdrop-dl
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user