From a2c1656eb273dd2662711fc765b9470125d7aee8 Mon Sep 17 00:00:00 2001 From: Andreev Gregory Date: Tue, 9 Sep 2025 11:26:44 +0300 Subject: [PATCH] profile.local --- configuration.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/configuration.nix b/configuration.nix index da4624b..0097dd1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,12 @@ nix.settings.experimental-features = [ "nix-command"]; environment.systemPackages = with pkgs; [ + optipng + #xdg-desktop-portal-wlr + i3status + waybar + qrencode + zbar signal-desktop upower wl-kbptr @@ -169,7 +175,20 @@ slurp # clipboard + screenshot tools foot ]; + + environment.etc."profile.local" = { + text = '' + export ZDOTDIR="$HOME/zsh-config" + export EDITOR=vim + ''; + }; + services.dbus.enable = true; + xdg.portal = { + enable = true; + wlr.enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + }; i18n.inputMethod = { enable = true; @@ -192,6 +211,7 @@ noto-fonts-cjk-sans noto-fonts-color-emoji comic-mono + font-awesome ]; environment.variables = {