Added ungoogled-chromium, Removed Telegram-Desktop, Added Deltachat-Desktop, Added Helix as default Editor
All checks were successful
/ Check Nix Flake (push) Successful in 1m39s
All checks were successful
/ Check Nix Flake (push) Successful in 1m39s
This commit is contained in:
parent
948141a4a6
commit
f6a73364f8
2 changed files with 6 additions and 1 deletions
|
@ -25,6 +25,7 @@ in {
|
|||
libreoffice-qt6-fresh
|
||||
logseq
|
||||
kdePackages.itinerary
|
||||
ungoogled-chromium
|
||||
# Security
|
||||
gnupg
|
||||
keepassxc
|
||||
|
@ -45,8 +46,8 @@ in {
|
|||
tidal-hifi
|
||||
# Messengers
|
||||
element-desktop # Matrix Client
|
||||
telegram-desktop
|
||||
signal-desktop
|
||||
deltachat-desktop
|
||||
webcord
|
||||
# Customization
|
||||
razergenie
|
||||
|
@ -120,6 +121,9 @@ in {
|
|||
port = 9553;
|
||||
};
|
||||
|
||||
programs.helix.enable = true;
|
||||
programs.helix.defaultEditor = true;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [ pkgs.firefoxpwa ];
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
# Packages installed in system profile. Search Packages: $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
helix
|
||||
git
|
||||
tree
|
||||
dmg2img
|
||||
|
|
Loading…
Add table
Reference in a new issue