fixed displaying, the xdg variables were the problem
This commit is contained in:
parent
51654f2ef7
commit
b2cbe307a1
5 changed files with 14 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue