Compare commits
3 commits
58b256850c
...
f12c757732
Author | SHA1 | Date | |
---|---|---|---|
f12c757732 | |||
13b1b72ab3 | |||
9e4fbf1216 |
4 changed files with 13 additions and 11 deletions
|
@ -2,10 +2,7 @@
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
foot = {
|
foot.enable = true;
|
||||||
enable = true;
|
|
||||||
font-size = "10.5";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
audio.cmus.enable = true;
|
audio.cmus.enable = true;
|
||||||
cli = {
|
cli = {
|
||||||
|
|
|
@ -28,4 +28,8 @@
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,6 +173,7 @@ in
|
||||||
portal = {
|
portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
|
|
@ -101,8 +101,8 @@ in
|
||||||
"format-icons" = {
|
"format-icons" = {
|
||||||
"car" = "";
|
"car" = "";
|
||||||
"default" = "";
|
"default" = "";
|
||||||
"handsfree" = "";
|
"hands-free" = "";
|
||||||
"headphones" = "";
|
"headphone" = "";
|
||||||
"headset" = "";
|
"headset" = "";
|
||||||
"phone" = "";
|
"phone" = "";
|
||||||
"portable" = "";
|
"portable" = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue