fixed displaying, the xdg variables were the problem

This commit is contained in:
vali 2024-04-12 02:06:05 +02:00
commit fa58b149a6
5 changed files with 14 additions and 23 deletions

View file

@ -2,6 +2,7 @@
{
nixpkgs.config.allowUnfree = true;
time.timeZone = "Europe/Zurich";
console.keyMap = "de";
security.sudo.package = pkgs.sudo.override { withInsults = true; };
security.polkit.enable = true;
programs.kdeconnect.enable = true;
@ -28,7 +29,7 @@
# enable = true;
# userName = "vali";
# userEmail = "valentin@kaas.cc";
# defaultBranch = "master";
# defaultBranch = "main";
#};
starship.enable = true;
zsh = {