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 = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
foot = {
|
||||
enable = true;
|
||||
font-size = "10.5";
|
||||
};
|
||||
foot.enable = true;
|
||||
};
|
||||
audio.cmus.enable = true;
|
||||
cli = {
|
||||
|
|
|
@ -28,4 +28,8 @@
|
|||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -173,6 +173,7 @@ in
|
|||
portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
|
|
|
@ -101,8 +101,8 @@ in
|
|||
"format-icons" = {
|
||||
"car" = "";
|
||||
"default" = "";
|
||||
"handsfree" = "";
|
||||
"headphones" = "";
|
||||
"hands-free" = "";
|
||||
"headphone" = "";
|
||||
"headset" = "";
|
||||
"phone" = "";
|
||||
"portable" = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue