This commit is contained in:
caem 2024-04-05 14:36:20 +02:00
parent 59842a4ba4
commit 97c86fb014
No known key found for this signature in database
GPG key ID: F4F7229F8B860E9F
8 changed files with 122 additions and 7 deletions

View file

@ -1,6 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../packages/sets/communication.nix
../../packages/sets/games.nix
];
programs.zsh.enable = true;
environment.variables = {
ZDOTDIR = "${config.users.users.hu.home}/.config/zsh";