Plasma
This commit is contained in:
parent
59842a4ba4
commit
97c86fb014
8 changed files with 122 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue