fixing adam user

This commit is contained in:
cnst
2024-08-01 23:10:50 +02:00
parent 12acb4fc47
commit 6439059d7b
6 changed files with 22 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
./tui/alacritty
./tui/foot
./tui/neovim
# ./tui/wezterm
./tui/kitty
./tui/yazi
./services/copyq

View File

@@ -1,7 +1,7 @@
# KEYBINDS
{
wayland.windowManager.hyprland.settings = {
"$terminal" = "foot";
"$terminal" = "kitty";
"$fileManager" = "thunar";
"$passwordManager" = "keepassxc";
"$menu" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --";

View File

@@ -1,7 +0,0 @@
{
programs.git = {
enable = true;
userName = "adam";
userEmail = "cnst@cana.st";
};
}

View File

@@ -5,14 +5,13 @@
settings = {
enable_audio_bell = false;
open_url_with = "firefox-nightly";
font_family = "Input Mono Extra Light";
font_family = "Input Mono Compressed Extra Light";
bold_font = "auto";
italic_font = "auto";
bold_italic_font = "auto";
font_size = "11.0";
cursor_blink_interval = 0;
cursor_beam_thickness = 3;
copy_on_select = true;
copy_on_select = "clipboard";
background_opacity = "0.95";
background_blur = "32";
window_padding_width = 3;
@@ -25,13 +24,13 @@
tab_title_max_length = 30;
# colors
active_tab_foreground = "#32302f";
active_tab_background = "#8bba7f";
active_tab_background = "#A89984";
inactive_tab_foreground = "#665C54";
inactive_tab_background = "#6f8352";
inactive_tab_background = "#373432";
tab_bar_background = "#504945";
};
extraConfig = ''
kitty_mod ctrl
kitty_mod shift+ctrl
map kitty_mod+q close_tab
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard

View File

@@ -17,7 +17,7 @@
"adam@adampad" = [
./core/gui/hypr/cnst.nix
./core/tui/git/cnst.nix
./core/tui/shell/cnst.nix
./core/tui/shell/adam.nix
./core
./users/adam
];