Compare commits

..

2 Commits

Author SHA1 Message Date
0555242a7f add droidcam, reenable usbmuxd, fix indent on nvim, enable gamescope
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m27s
2025-10-05 15:33:51 +02:00
fb2b3f80ad home : fix file manager config, add r2modman
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m59s
2025-09-24 23:50:45 +02:00
5 changed files with 22 additions and 15 deletions

View File

@ -27,7 +27,7 @@
};
home.file = {
".config/wallpaper.png".source = lib.mkDefault utils/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault utils/lock_screen.jpg;
".config/wallpaper.png".source = lib.mkDefault ../utils/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault ../utils/lock_screen.jpg;
};
}

View File

@ -3,7 +3,8 @@
programs.yazi = {
enable = true;
settings.mgr.sort_dir_first=false;
programs.bash.bashExtra = ''
};
programs.bash.bashrcExtra = ''
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp"
@ -12,5 +13,4 @@
rm -f -- "$tmp"
}
'';
};
}

View File

@ -13,6 +13,8 @@
mangohud
moonlight-qt
prismlauncher
r2modman
];
};
}

View File

@ -29,7 +29,8 @@
autocmd BufWinEnter *.* silent! loadview
set tabstop=4
set scrolloff=10
set preserveindent
set smartindent
set shiftwidth=4
map <silent> <C-N> :bnext<CR>
map <silent> <C-P> :bprevious<CR>
nmap <silent> <c-k> :wincmd k<CR>
@ -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 <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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;