Compare commits

..

2 Commits

Author SHA1 Message Date
eb1283157a but actually this time 2 2025-10-12 11:47:37 -06:00
6b4488cf8d distrobox init 2025-10-12 11:43:09 -06:00
4 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{config, pkgs, ...}:
{
programs.distrobox.containers.archlinux = {
additional_packages = "helix zsh git";
image = "archlinux:latest";
nvidia = false;
init = false;
pull = true;
};
}

View File

@@ -5,6 +5,7 @@
vscodium-fhs
vesktop
cursor-cli
distrobox
];
imports = [
# ../../packages/fish/fish.nix
@@ -15,5 +16,8 @@
../../packages/mako/mako.nix
../../packages/fuzzel/fuzzel.nix
# ../../packages/avizo/avizo.nix
# Distrobox containers
../../boxes/archlinux/box-archlinux.nix
];
}

View File

@@ -45,7 +45,7 @@ in
# spawn binds
"Super Return" = "spawn alacritty";
"Super R" = "spawn fuzzel";
"Super E" = "spawn fm";
"Super E" = "spawn pcmanfm";
"Super B" = "spawn obsidian";
"Super Escape" = "spawn \"swaylock --screenshots --clock --indicator --indicator-radius 250 --indicator-thickness 12 --effect-blur 7x5 --ring-color 7fbbb3 --line-color d3c6aa --inside-color 2b3339 --separator-color 83c092\"";

View File

@@ -92,6 +92,8 @@
swaylock-effects
code-cursor-fhs
moonlight-qt
pcmanfm
gvfs
# wayland
# wayland-protocols
# libxkbcommon