2021-04-15 14:40:48 +02:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
2021-05-16 00:37:03 +02:00
|
|
|
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ];
|
2021-04-15 14:40:48 +02:00
|
|
|
|
|
|
|
home.sessionVariables = {
|
|
|
|
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
|
|
|
|
NIX_BUILD_SHELL = "zsh";
|
|
|
|
};
|
|
|
|
gtk.theme.name = "arc-dark";
|
2021-05-30 19:48:55 +02:00
|
|
|
gtk.theme.package = pkgs.arc-theme;
|
2021-04-15 14:40:48 +02:00
|
|
|
}
|