Compare commits
No commits in common. "b5048fe4a0ee1dc8fc3524a60c3059035b01a97d" and "ae503cfbda30851f222184024543a84f1857ea46" have entirely different histories.
b5048fe4a0
...
ae503cfbda
5 changed files with 12 additions and 16 deletions
1
base.nix
1
base.nix
|
@ -19,7 +19,6 @@
|
||||||
tmux
|
tmux
|
||||||
psmisc
|
psmisc
|
||||||
unzip
|
unzip
|
||||||
ripgrep
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
|
@ -16,8 +16,7 @@
|
||||||
../../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
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
}
|
|
|
@ -14,7 +14,6 @@
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"pulse-access"
|
"pulse-access"
|
||||||
"podman"
|
"podman"
|
||||||
"docker"
|
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
podman-desktop
|
podman-desktop
|
||||||
devpod
|
devpod
|
||||||
gjs
|
gjs
|
||||||
|
unstable.fractal
|
||||||
|
unstable.element-desktop
|
||||||
discord
|
discord
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -42,15 +44,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