profile.local
This commit is contained in:
parent
4fff769be9
commit
a2c1656eb2
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user