Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
4c193abfaa
6 changed files with 17 additions and 13 deletions
1
base.nix
1
base.nix
|
@ -19,6 +19,7 @@
|
||||||
tmux
|
tmux
|
||||||
psmisc
|
psmisc
|
||||||
unzip
|
unzip
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
../../roles/networkmanager.nix
|
../../roles/networkmanager.nix
|
||||||
../../roles/nix-ld.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/podman.nix
|
# ../../roles/podman.nix
|
||||||
|
../../roles/docker.nix
|
||||||
../../roles/syncthing.nix
|
../../roles/syncthing.nix
|
||||||
../../roles/printing.nix
|
../../roles/printing.nix
|
||||||
../../roles/gnome.nix
|
../../roles/gnome.nix
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
"github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc"
|
"github.com/tailscale/caddy-tailscale@v0.0.0-20250508175905-642f61fea3cc"
|
||||||
];
|
];
|
||||||
hash = "sha256-Kbqr7spiL8/UvT0HtCm0Ufh5Nm1VYDjyNWPCd1Yxyxc=";
|
hash = "sha256-K4K3qxN1TQ1Ia3yVLNfIOESXzC/d6HhzgWpC1qkT22k=";
|
||||||
};
|
};
|
||||||
email = "nolan@thewordnerd.info";
|
email = "nolan@thewordnerd.info";
|
||||||
};
|
};
|
||||||
|
|
3
roles/docker.nix
Normal file
3
roles/docker.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
}
|
|
@ -14,6 +14,7 @@
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"pulse-access"
|
"pulse-access"
|
||||||
"podman"
|
"podman"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
podman-desktop
|
podman-desktop
|
||||||
devpod
|
devpod
|
||||||
gjs
|
gjs
|
||||||
unstable.fractal
|
|
||||||
unstable.element-desktop
|
|
||||||
discord
|
discord
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -44,15 +42,15 @@
|
||||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# jujutsu = {
|
jujutsu = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# settings = {
|
settings = {
|
||||||
# user = {
|
user = {
|
||||||
# name = "Nolan Darilek";
|
name = "Nolan Darilek";
|
||||||
# email = "nolan@thewordnerd.info";
|
email = "nolan@thewordnerd.info";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue