small updates

This commit is contained in:
Tyler Starr 2023-08-30 20:25:34 -07:00
parent 096677a7d6
commit 3b318882a5
3 changed files with 9 additions and 1 deletions

View File

@ -195,7 +195,7 @@ mode launcher {
}
bindsym $mod+o mode open
mode open {
bindsym b exec firefox, $e
bindsym b exec chromium, $e
bindsym s exec steam || flatpak run com.valvesoftware.Steam, $e
bindsym d exec discord || flatpak run com.discordapp.Discord, $e
bindsym Escape mode default

View File

@ -64,6 +64,12 @@
shell = pkgs.zsh;
};
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

View File

@ -59,8 +59,10 @@ in {
mpv
udiskie
p7zip
ungoogled-chromium
] ++ [
pkgs-unstable.firefox
pkgs-unstable.brave
];
# xdg-desktop-portal works by exposing a series of D-Bus interfaces