distrobox init
This commit is contained in:
10
boxes/archlinux/box-archlinux.nix
Normal file
10
boxes/archlinux/box-archlinux.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
vscodium-fhs
|
||||
vesktop
|
||||
cursor-cli
|
||||
distrobox
|
||||
];
|
||||
imports = [
|
||||
# ../../packages/fish/fish.nix
|
||||
|
||||
@@ -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\"";
|
||||
|
||||
|
||||
@@ -92,6 +92,8 @@
|
||||
swaylock-effects
|
||||
code-cursor-fhs
|
||||
moonlight-qt
|
||||
pcmanfm
|
||||
gvfs
|
||||
# wayland
|
||||
# wayland-protocols
|
||||
# libxkbcommon
|
||||
|
||||
Reference in New Issue
Block a user