summary refs log tree commit diff stats
path: root/packages.nix
blob: 2b1f2ea74b4b0aead9cb83d6a069dafee543d9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ config, pkgs, ... }:

{

   environment.systemPackages = with pkgs; [
     neovim 
     wget
     restic
     thunderbird
     firefox
     zsh
     element-desktop
     libreoffice
     keepassxc
     gnome.gnome-terminal
     gnome.gnome-keyring
     lsd
     jq
     glow
     git
     signal-desktop
     openssh
   ];
}