update identation
This commit is contained in:
parent
6287a64916
commit
9cdc23b53c
|
@ -7,20 +7,20 @@
|
||||||
home.file.kitty = {
|
home.file.kitty = {
|
||||||
target = ".config/kitty/kitty.conf";
|
target = ".config/kitty/kitty.conf";
|
||||||
text = ''
|
text = ''
|
||||||
#term xterm-256color
|
#term xterm-256color
|
||||||
font_family monospace
|
font_family monospace
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
background_opacity 0.7
|
background_opacity 0.7
|
||||||
|
|
||||||
clear_all_shortcuts yes
|
clear_all_shortcuts yes
|
||||||
|
|
||||||
map ctrl+shift+c copy_to_clipboard
|
map ctrl+shift+c copy_to_clipboard
|
||||||
map ctrl+shift+v paste_from_clipboard
|
map ctrl+shift+v paste_from_clipboard
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
map ctrl+plus change_font_size all +2.0
|
map ctrl+plus change_font_size all +2.0
|
||||||
map ctrl+shift+plus change_font_size all -2.0
|
map ctrl+shift+plus change_font_size all -2.0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
export PATH="$HOME/.config/nixpkgs/nix-dotfiles/bin:$PATH"
|
export PATH="$HOME/.config/nixpkgs/nix-dotfiles/bin:$PATH"
|
||||||
|
|
||||||
export XDG_CURRENT_DESKTOP=kde
|
export XDG_CURRENT_DESKTOP=kde
|
||||||
export DESKTOP_SESSION=kde
|
export DESKTOP_SESSION=kde
|
||||||
|
|
||||||
export QT_STYLE_OVERRIDE="breeze"
|
export QT_STYLE_OVERRIDE="breeze"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
windowManager = {
|
windowManager = {
|
||||||
|
|
Loading…
Reference in New Issue