Migrate to flakes

This commit is contained in:
2021-08-08 19:56:16 +01:00
parent 71d8daf782
commit 88a7394651
7 changed files with 189 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
with pkgs;
let
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
(epkgs: with epkgs; [ vterm ]));
(epkgs: [ epkgs.vterm ]));
in {
environment.systemPackages = [
@@ -16,6 +16,7 @@ in {
pass-wayland
passff-host
gitAndTools.pass-git-helper
inputs.agenix.defaultPackage.x86_64-linux
# Browsers
firefox
ungoogled-chromium
@@ -83,7 +84,7 @@ in {
shfmt
## Nix
nixfmt
niv
rnix-lsp
## Python
nodePackages.pyright
black