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 = {