summary refs log tree commit diff stats
path: root/packages.nix
blob: a69999dc2dc4537a5e969b805f91aa0c74e6fb91 (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
{ 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
   ];
}