update 22.05

This commit is contained in:
stubbfel
2022-09-27 19:55:50 +02:00
parent 120ba60838
commit 5ad6cf7b17
7 changed files with 31 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{
environment.systemPackages = with pkgs; [
wget curl vim nano zsh fzf tmux git exa progress tldr htop docker-compose
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose
];
imports =