summaryrefslogtreecommitdiff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
commite2cc46b37e33643cf3dd017adb8a009bf143e246 (patch)
tree86f24ea544e9ed75bf8736c951a09dfdb2219f5d /modules/nixos/profiles
parent67b82386d8ad8ae3eea5083bd22809f6192d92a8 (diff)
2023-11-25
Diffstat (limited to 'modules/nixos/profiles')
-rw-r--r--modules/nixos/profiles/dev/containers.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/nixos/profiles/dev/containers.nix b/modules/nixos/profiles/dev/containers.nix
index 195b892..67754c0 100644
--- a/modules/nixos/profiles/dev/containers.nix
+++ b/modules/nixos/profiles/dev/containers.nix
@@ -8,7 +8,10 @@ with lib; let
cfg = config.nixfiles.modules.profiles.dev.containers;
in {
config = mkIf cfg.enable {
- nixfiles.modules.podman.enable = true;
+ nixfiles.modules = {
+ common.shell.aliases.b = "buildah";
+ podman.enable = true;
+ };
hm = {
home = {