Go, bottom and gpg

This commit is contained in:
Filippo Berto 2021-05-13 15:53:09 +02:00
parent cbd4278c77
commit f63f05579a
6 changed files with 69 additions and 120 deletions

View file

@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ pkgs, ... }:
let
unstable = import <nixos-unstable> {};
@ -22,7 +22,6 @@ in {
procps-ng
mmv-go
terminator
bottom
];
};
@ -30,14 +29,17 @@ in {
./modules/alacritty.nix
./modules/bat.nix
./modules/broot.nix
./modules/bottom.nix
./modules/dircolors.nix
./modules/fzf.nix
./modules/git.nix
./modules/go.nix
./modules/gpg.nix
./modules/kakoune.nix
./modules/qogir_theme.nix
./modules/rofi.nix
./modules/sxhkd.nix
./modules/terminator.nix
./modules/fzf.nix
];
programs = {