fixed stuff

This commit is contained in:
afoucaultc 2026-07-10 13:22:08 +02:00
parent f9413c476c
commit 2482644028
58 changed files with 296 additions and 339 deletions

View file

@ -1,9 +1,11 @@
{ config, pkgs, ... }:
{ ... }:
{
home.username = "afoucaultc";
home.homeDirectory = "/home/afoucaultc";
home.stateVersion = "26.05";
imports = [
# fichier individuel dans packages = programs.xyz existant
# sinon, dans other_apps*
./packages/btop.nix
./packages/firefox.nix
./packages/git.nix
@ -14,6 +16,7 @@
./packages/nextcloud.nix
./packages/other_apps_light.nix
./packages/pass.nix
./packages/protonmail.nix
./packages/texlive.nix
./packages/thunderbird.nix
./packages/tmux.nix
@ -23,5 +26,6 @@
# dotfiles links
./dotfiles_apps.nix
];
# désactivation de stylix pour des logiciels lourds comme inkscape
stylix.targets.gtksourceview.enable = false;
}