Merge branch 'master' of https://giugl.io/gitea/peperunas/nixos
This commit is contained in:
commit
af16cfc7c8
@ -31,6 +31,9 @@
|
|||||||
" YouCompleteMe
|
" YouCompleteMe
|
||||||
let g:ycm_key_list_stop_completion = ['<C-y>', '<CR>']
|
let g:ycm_key_list_stop_completion = ['<C-y>', '<CR>']
|
||||||
let g:ycm_key_list_select_completion = ['<Up>', '<Down>', '<TAB>']
|
let g:ycm_key_list_select_completion = ['<Up>', '<Down>', '<TAB>']
|
||||||
|
|
||||||
|
" enable indent guides
|
||||||
|
let g:indent_guides_enable_on_vim_startup = 1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
@ -39,6 +39,9 @@
|
|||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
screensaver = [ "<Primary><Alt>l" ];
|
screensaver = [ "<Primary><Alt>l" ];
|
||||||
|
|
||||||
|
# disable screenshot
|
||||||
|
screenshot = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" =
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" =
|
||||||
|
@ -18,9 +18,6 @@ in {
|
|||||||
|
|
||||||
imports = [ ./git.nix ./gnome.nix ./zsh.nix ./code.nix ];
|
imports = [ ./git.nix ./gnome.nix ./zsh.nix ./code.nix ];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
|
||||||
programs.home-manager.enable = true;
|
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "giulio";
|
home.username = "giulio";
|
||||||
@ -49,6 +46,9 @@ in {
|
|||||||
# reversing
|
# reversing
|
||||||
rizin
|
rizin
|
||||||
|
|
||||||
|
# networking
|
||||||
|
nmap
|
||||||
|
|
||||||
# development
|
# development
|
||||||
clang
|
clang
|
||||||
|
|
||||||
@ -65,6 +65,9 @@ in {
|
|||||||
# misc
|
# misc
|
||||||
bind
|
bind
|
||||||
|
|
||||||
|
# system
|
||||||
|
gparted
|
||||||
|
|
||||||
# autostart
|
# autostart
|
||||||
albert_autostart
|
albert_autostart
|
||||||
guake_autostart
|
guake_autostart
|
||||||
|
Loading…
Reference in New Issue
Block a user