profile.local
This commit is contained in:
parent
4fff769be9
commit
a2c1656eb2
@ -15,6 +15,12 @@
|
|||||||
nix.settings.experimental-features = [ "nix-command"];
|
nix.settings.experimental-features = [ "nix-command"];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
optipng
|
||||||
|
#xdg-desktop-portal-wlr
|
||||||
|
i3status
|
||||||
|
waybar
|
||||||
|
qrencode
|
||||||
|
zbar
|
||||||
signal-desktop
|
signal-desktop
|
||||||
upower
|
upower
|
||||||
wl-kbptr
|
wl-kbptr
|
||||||
@ -170,6 +176,19 @@
|
|||||||
foot
|
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 = {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -192,6 +211,7 @@
|
|||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
comic-mono
|
comic-mono
|
||||||
|
font-awesome
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user