feat : add framemo repo and local dev for dragon\
This commit is contained in:
parent
28ae02760b
commit
ee73caccd0
3 changed files with 9 additions and 4 deletions
|
@ -70,3 +70,9 @@ dir="yeswiki-installer"
|
||||||
dir="doc.yeswiki.pro"
|
dir="doc.yeswiki.pro"
|
||||||
[ ! -d $curdir/$dir ] && git clone ssh://forgejo@forge.mrflos.pw:4222/yeswiki/doc.yeswiki.pro.git $curdir/$dir
|
[ ! -d $curdir/$dir ] && git clone ssh://forgejo@forge.mrflos.pw:4222/yeswiki/doc.yeswiki.pro.git $curdir/$dir
|
||||||
printf "================ End install YesWiki misc from forge.mrflos.pw ============\n"
|
printf "================ End install YesWiki misc from forge.mrflos.pw ============\n"
|
||||||
|
|
||||||
|
# other projects
|
||||||
|
printf "\n================ Install other projects ================\n"
|
||||||
|
dir="framemo"
|
||||||
|
[ ! -d $curdir/$dir ] && git clone ssh://git@framagit.org/colibris/framemo.git
|
||||||
|
printf "================ End install other projects ============\n"
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
../modules/fonts.nix
|
../modules/fonts.nix
|
||||||
../modules/home-config.nix
|
../modules/home-config.nix
|
||||||
# ../modules/laptop.nix
|
# ../modules/laptop.nix
|
||||||
# ../modules/local-dev.nix
|
../modules/local-dev.nix
|
||||||
../modules/nixos.nix
|
../modules/nixos.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -15,14 +15,13 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(import (fetchTarball https://install.devenv.sh/latest)).default
|
bun
|
||||||
clang
|
clang
|
||||||
direnv
|
direnv
|
||||||
docker-compose
|
docker-compose
|
||||||
gcc
|
gcc
|
||||||
gitkraken
|
gitkraken
|
||||||
nodejs
|
nodejs
|
||||||
php
|
|
||||||
php82Packages.composer
|
php82Packages.composer
|
||||||
php82Packages.php-cs-fixer
|
php82Packages.php-cs-fixer
|
||||||
python311Packages.virtualenv
|
python311Packages.virtualenv
|
||||||
|
@ -33,4 +32,4 @@
|
||||||
zig
|
zig
|
||||||
zola
|
zola
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue