new changes
This commit is contained in:
@@ -12,7 +12,7 @@ local config = {
|
||||
insert_mappings = true, -- whether or not the open mapping applies in insert mode
|
||||
persist_size = false,
|
||||
-- direction = 'vertical' | 'horizontal' | 'window' | 'float',
|
||||
direction = "vertical",
|
||||
direction = "float",
|
||||
close_on_exit = true, -- close the terminal window when the process exits
|
||||
shell = vim.o.shell, -- change the default shell
|
||||
-- This field is only relevant if direction is set to 'float'
|
||||
|
||||
@@ -44,12 +44,14 @@ in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alsaUtils
|
||||
apache-directory-studio
|
||||
bitwarden
|
||||
brave
|
||||
cryptomator
|
||||
dbeaver
|
||||
dbus-sway-environment
|
||||
dracula-theme
|
||||
firefox
|
||||
foot
|
||||
gcc
|
||||
git
|
||||
@@ -84,8 +86,7 @@ in {
|
||||
wl-clipboard
|
||||
wofi
|
||||
wtype
|
||||
apache-directory-studio
|
||||
firefox
|
||||
yubikey-manager-qt
|
||||
];
|
||||
|
||||
programs.light.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user