Compare commits
3 Commits
ff7f782dbb
...
3a16db8de9
Author | SHA1 | Date |
---|---|---|
coolneng | 3a16db8de9 | |
coolneng | c6c73741f2 | |
coolneng | 7669aabdeb |
|
@ -22,5 +22,5 @@ profile multihead-HDMI {
|
|||
|
||||
profile nomad {
|
||||
output eDP-1 enable
|
||||
exec light -S 70
|
||||
exec light -S 60
|
||||
}
|
||||
|
|
|
@ -989,6 +989,9 @@ map kitty_mod+delete clear_terminal reset active
|
|||
#: }}}
|
||||
|
||||
# }}}
|
||||
#
|
||||
# Open URL by clicking on it
|
||||
mouse_map left press ungrabbed,grabbed mouse_click_url
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
|
|
|
@ -52,11 +52,11 @@ fi
|
|||
type=$1
|
||||
|
||||
if [ "$type" = "git" ]; then
|
||||
copy_nix_files "flake"
|
||||
copy_nix_files "nix"
|
||||
create_dir data
|
||||
create_dir src
|
||||
git_initialization
|
||||
direnv_integration "flake"
|
||||
direnv_integration "nix"
|
||||
elif [ "$type" = "remote-git" ]; then
|
||||
touch README.org
|
||||
cp ~/Projects/devenv/LICENSE.md LICENSE.md
|
||||
|
@ -77,6 +77,9 @@ elif [ "$type" = "src" ]; then
|
|||
direnv_integration "nix"
|
||||
elif [ "$type" = "init" ]; then
|
||||
touch .project
|
||||
if [ ! -f shell.nix ]; then
|
||||
copy_nix_files "nix"
|
||||
fi
|
||||
direnv_integration "nix"
|
||||
elif [ "$type" = "nix-ld" ]; then
|
||||
copy_nix_files "nix-ld"
|
||||
|
|
Loading…
Reference in New Issue