Compare commits
2 Commits
9404428af6
...
eb1283157a
| Author | SHA1 | Date | |
|---|---|---|---|
| eb1283157a | |||
| 6b4488cf8d |
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
|
vscodium-fhs
|
||||||
vesktop
|
vesktop
|
||||||
cursor-cli
|
cursor-cli
|
||||||
|
distrobox
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
# ../../packages/fish/fish.nix
|
# ../../packages/fish/fish.nix
|
||||||
@@ -15,5 +16,8 @@
|
|||||||
../../packages/mako/mako.nix
|
../../packages/mako/mako.nix
|
||||||
../../packages/fuzzel/fuzzel.nix
|
../../packages/fuzzel/fuzzel.nix
|
||||||
# ../../packages/avizo/avizo.nix
|
# ../../packages/avizo/avizo.nix
|
||||||
|
# Distrobox containers
|
||||||
|
../../boxes/archlinux/box-archlinux.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ in
|
|||||||
# spawn binds
|
# spawn binds
|
||||||
"Super Return" = "spawn alacritty";
|
"Super Return" = "spawn alacritty";
|
||||||
"Super R" = "spawn fuzzel";
|
"Super R" = "spawn fuzzel";
|
||||||
"Super E" = "spawn fm";
|
"Super E" = "spawn pcmanfm";
|
||||||
"Super B" = "spawn obsidian";
|
"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\"";
|
"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
|
swaylock-effects
|
||||||
code-cursor-fhs
|
code-cursor-fhs
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
|
pcmanfm
|
||||||
|
gvfs
|
||||||
# wayland
|
# wayland
|
||||||
# wayland-protocols
|
# wayland-protocols
|
||||||
# libxkbcommon
|
# libxkbcommon
|
||||||
|
|||||||
Reference in New Issue
Block a user