update flake

This commit is contained in:
2026-03-27 12:13:04 +01:00
parent 890d3381a5
commit 6a8d644c94
6 changed files with 31 additions and 27 deletions

View File

@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, pkgs, config, ... }:
{
catppuccin = {
enable = true;
@ -12,6 +12,7 @@
};
gtk = {
gtk4.theme = config.gtk.theme;
enable = true;
theme = { package = pkgs.flat-remix-gtk; name = "Flat-Remix-GTK-Grey-Darkest"; };
font = { name = "Sans"; size = 11; };

View File

@ -11,6 +11,7 @@
programs.git = {
enable = true;
lfs.enable = true;
signing.format = "openpgp";
settings = {
user.email = "tomoron@student.42angouleme.fr";
user.name = "tomoron";
@ -19,8 +20,10 @@
push.autoSetupRemote = true;
rerere.enabled = true;
help.autocorrect = 1;
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
commit.gpgsign = true;
alias = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
back = "reset HEAD~";

View File

@ -32,7 +32,7 @@
# vim.lsp.config('pylsp', {})
# '';
programs.neovim.extraLuaConfig = ''
programs.neovim.initLua= ''
vim.lsp.enable('clangd')

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2026/02/06 23:43:40 by tomoron ### ########.fr #
# Updated: 2026/03/27 12:00:06 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -19,7 +19,7 @@
htop
gnumake
git
neofetch
fastfetch
clang
ninja
gdb