small fixes

This commit is contained in:
alisceon 2026-05-11 14:30:57 +02:00
parent 9f9687bf4e
commit 6b492bad2f
5 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
programs.vscode = {
programs.vscodium = {
enable = true;
package = pkgs.vscodium.fhsWithPackages (
ps: with ps; [ git ]

View file

@ -1,9 +1,11 @@
{ repoLocalPath, ... }:
{ config, repoLocalPath, ... }:
{
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "24.05";
gtk.gtk4.theme = config.gtk.theme;
programs.git = {
enable = true;
signing.format = "openpgp";