@@ -4,7 +4,11 @@
|
||||
catppuccin-bat,
|
||||
...
|
||||
}: {
|
||||
#home.packages = with pkgs; [];
|
||||
home.packages = with pkgs; [
|
||||
# docker
|
||||
docker-compose
|
||||
|
||||
];
|
||||
|
||||
programs = {
|
||||
tmux = {
|
||||
|
@@ -1,21 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSockettVariable = true;
|
||||
};
|
||||
|
||||
daemon.settings = {
|
||||
data-root = "/docker/containers";
|
||||
userland-proxy = false;
|
||||
experimental = true;
|
||||
metrics-addr = "0.0.0.0:9323";
|
||||
ipv6 = true;
|
||||
fixed-cidr-v6 = "fd00::/80";
|
||||
};
|
||||
};
|
||||
users.extraGroups.docker.members = [ "username-with-access-to-socket" ];
|
||||
|
||||
}
|
@@ -1,19 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
nvim-tree-lua
|
||||
nvim-treesitter
|
||||
nvim-treesitter.withAllGrammars
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user