mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
got working
This commit is contained in:
parent
3a8d303d6f
commit
73a7fbb649
7 changed files with 24 additions and 8 deletions
|
|
@ -3,4 +3,6 @@ set -o vi
|
|||
|
||||
bind 'set completion-ignore-case on'
|
||||
bind 'set completion-map-case on'
|
||||
|
||||
export TERM=linux
|
||||
''
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ in
|
|||
texlive.combined.scheme-tetex
|
||||
pandoc
|
||||
asciidoctor
|
||||
evince
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,6 +112,16 @@ in
|
|||
source = ./config/rofi/config;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
config.common.default = "*";
|
||||
};
|
||||
};
|
||||
|
||||
#gtk = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue