Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Dec 12, 2023
1 parent 061b15c commit cb3724b
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 11 deletions.
8 changes: 8 additions & 0 deletions home/common/modules/others.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
pkgs,
...
}: {
home.packages = with pkgs; [
yutto
];
}
9 changes: 6 additions & 3 deletions home/nix-on-droid/aarch64/mondrian_1/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
./dewm.nix
./browers.nix
./system-tools.nix
./others.nix
./ENV_VAR.nix
./others.nix
# nix-on-droid common
#../../../common/modules/virtualisation.nix
../../../common/modules/x11_catppuccin.nix
../../../common/modules/neovim
#../../../../common/modules/nix.nix
../../../common/modules/nix.nix
# common
../../../../common/modules/neovim
../../../../common/modules/others.nix
];
}
1 change: 0 additions & 1 deletion home/nix-on-droid/aarch64/mondrian_1/modules/others.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
...
}: {
home.packages = with pkgs; [
yutto
];
}
9 changes: 6 additions & 3 deletions home/nix-on-droid/aarch64/pstar_1/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
./menu.nix
./dewm.nix
./browers.nix
./virtualisation.nix
./system-tools.nix
./ENV_VAR.nix
./others.nix
# nix-on-droid common
../../../common/modules/virtualisation.nix
../../../common/modules/x11_catppuccin.nix
../../../common/modules/neovim
#../../../../common/modules/nix.nix
../../../common/modules/nix.nix
# common
../../../../common/modules/neovim
../../../../common/modules/others.nix
];
}
7 changes: 7 additions & 0 deletions home/nix-on-droid/aarch64/pstar_1/modules/others.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
pkgs,
...
}: {
home.packages = with pkgs; [
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
...
}: {
home.packages = with pkgs; [
docker
podman
lxd
lxc
docker
podman
lxd
lxc
];

programs = {
Expand Down

0 comments on commit cb3724b

Please sign in to comment.