Compare commits

..

3 Commits

Author SHA1 Message Date
ff7f782dbb Decrease screen backlight to 60% 2022-12-01 02:08:04 +01:00
fdd7290b8d Open URL by clicking on it in kitty 2022-11-30 23:43:58 +01:00
17465544df Copy nix files on init action in project-init 2022-11-30 15:08:48 +01:00

View File

@@ -77,9 +77,7 @@ elif [ "$type" = "src" ]; then
direnv_integration "nix"
elif [ "$type" = "init" ]; then
touch .project
if [ ! -f shell.nix ]; then
copy_nix_files "nix"
fi
copy_nix_files "nix"
direnv_integration "nix"
elif [ "$type" = "nix-ld" ]; then
copy_nix_files "nix-ld"