Somehow get docker working on deck

This commit is contained in:
2023-07-05 01:07:56 +01:00
parent a9cae0f3ea
commit 9dfac1e83f
4 changed files with 63 additions and 77 deletions

View File

@@ -8,28 +8,39 @@
}: let
packages = with pkgs; [
age
curl
direnv
docker
elixir
elixir_ls
entr
erlang
fd
feh
fzf
gcc
go
gopls
htop
jq
minisign
(nerdfonts.override {fonts = ["Iosevka"];})
nnn
nodejs
oh-my-zsh
ripgrep
rust-analyzer
unzip
wget
zip
zsh
];
defaultUser = "deck";
in {
imports = [
../configs/system
./podman.nix
./docker.nix
];
fonts.fontconfig.enable = true;
@@ -39,6 +50,7 @@ in {
homeDirectory = "/home/${defaultUser}";
sessionPath = [
"$HOME/go/bin"
"$HOME/bin"
];
file = {