diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 50f738c..bbeceaf 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -29,7 +29,8 @@ autocmd BufWinEnter *.* silent! loadview set tabstop=4 set scrolloff=10 - set preserveindent + set smartindent + set shiftwidth=4 map :bnext map :bprevious nmap :wincmd k @@ -68,7 +69,7 @@ lua require'lspconfig'.clangd.setup{} lua require'lspconfig'.nixd.setup{} lua require'lspconfig'.glsl_analyzer.setup{} - set signcolumn=no + set signcolumn=auto nnoremap ff Telescope find_files nnoremap fg Telescope live_grep diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index f74b3a6..74cee51 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/06 00:56:57 by tomoron #+# #+# # -# Updated: 2025/09/23 04:08:25 by tomoron ### ########.fr # +# Updated: 2025/10/04 22:23:34 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -32,6 +32,7 @@ }; boot.blacklistedKernelModules = [ "nvidia" "nvidia_drm" "nvidia_uvm" ]; #speeds up startup + programs.droidcam.enable = true; mods.displayManager.enable = true; mods.virtualHost.enable = true; @@ -79,6 +80,9 @@ mods.touchpad.enable = true; + programs.gamescope.enable = true; +# programs.gamescope.capSysNice = true; + mods.powerSave = { enable = true; powahCommandAdditions = [ @@ -119,7 +123,7 @@ mods.nvidia.prime = true; -# services.usbmuxd.enable = true; #hangs when shutting down + services.usbmuxd.enable = true; #hangs when shutting down # boot.plymouth = { # enable = true;