Compare commits
4 commits
ae503cfbda
...
b5048fe4a0
Author | SHA1 | Date | |
---|---|---|---|
b5048fe4a0 | |||
3b63e89838 | |||
18aa4347a9 | |||
d101b05fc9 |
5 changed files with 16 additions and 12 deletions
1
base.nix
1
base.nix
|
@ -19,6 +19,7 @@
|
|||
tmux
|
||||
psmisc
|
||||
unzip
|
||||
ripgrep
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "vim";
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
../../roles/networkmanager.nix
|
||||
../../roles/nix-ld.nix
|
||||
../../roles/tailscale.nix
|
||||
../../roles/podman.nix
|
||||
# ../../roles/podman.nix
|
||||
../../roles/docker.nix
|
||||
../../roles/syncthing.nix
|
||||
../../roles/printing.nix
|
||||
../../roles/gnome.nix
|
||||
|
|
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"
|
||||
"pulse-access"
|
||||
"podman"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
podman-desktop
|
||||
devpod
|
||||
gjs
|
||||
unstable.fractal
|
||||
unstable.element-desktop
|
||||
discord
|
||||
spotify
|
||||
thunderbird
|
||||
|
@ -44,15 +42,15 @@
|
|||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||
};
|
||||
};
|
||||
# jujutsu = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# user = {
|
||||
# name = "Nolan Darilek";
|
||||
# email = "nolan@thewordnerd.info";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Nolan Darilek";
|
||||
email = "nolan@thewordnerd.info";
|
||||
};
|
||||
};
|
||||
};
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue