hosts/dunamis/users/user/flatpak.nix: sort, remove tg
hosts/dunamis/users/user/programs.nix: add zoxide Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -14,10 +14,6 @@
|
|||||||
name = "flathub";
|
name = "flathub";
|
||||||
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "hero-persson";
|
|
||||||
location = "https://hero-persson.github.io/unmojang-flatpak/index.flatpakrepo";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
packages = [
|
packages = [
|
||||||
# browsers
|
# browsers
|
||||||
@ -38,32 +34,27 @@
|
|||||||
|
|
||||||
# chatting
|
# chatting
|
||||||
"im.riot.Riot"
|
"im.riot.Riot"
|
||||||
|
"io.github.kukuruzka165.materialgram"
|
||||||
"io.github.spacingbat3.webcord"
|
"io.github.spacingbat3.webcord"
|
||||||
"org.mozilla.Thunderbird"
|
"org.mozilla.Thunderbird"
|
||||||
"org.signal.Signal"
|
"org.signal.Signal"
|
||||||
"org.telegram.desktop"
|
# "org.telegram.desktop"
|
||||||
"io.github.kukuruzka165.materialgram"
|
|
||||||
|
|
||||||
# media
|
# media
|
||||||
"io.freetubeapp.FreeTube"
|
|
||||||
#music
|
|
||||||
"io.bassi.Amberol"
|
"io.bassi.Amberol"
|
||||||
|
"io.freetubeapp.FreeTube"
|
||||||
"org.atheme.audacious"
|
"org.atheme.audacious"
|
||||||
|
|
||||||
# gaming
|
# gaming
|
||||||
"com.heroicgameslauncher.hgl"
|
"com.heroicgameslauncher.hgl"
|
||||||
"com.valvesoftware.Steam"
|
"com.valvesoftware.Steam"
|
||||||
"net.lutris.Lutris"
|
"net.lutris.Lutris"
|
||||||
{
|
"org.prismlauncher.PrismLauncher"
|
||||||
appId = "org.unmojang.FjordLauncher";
|
|
||||||
origin = "hero-persson";
|
|
||||||
}
|
|
||||||
"org.freedesktop.Platform.VulkanLayer.MangoHud//24.08"
|
"org.freedesktop.Platform.VulkanLayer.MangoHud//24.08"
|
||||||
"org.freedesktop.Platform.VulkanLayer.gamescope//24.08"
|
"org.freedesktop.Platform.VulkanLayer.gamescope//24.08"
|
||||||
];
|
];
|
||||||
overrides = {
|
overrides = {
|
||||||
"global" = {
|
"global" = {
|
||||||
# Force Wayland by default
|
|
||||||
Context = {
|
Context = {
|
||||||
sockets = ["wayland" "!x11" "!fallback-x11"];
|
sockets = ["wayland" "!x11" "!fallback-x11"];
|
||||||
filesystems = [
|
filesystems = [
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
nix-your-shell.enable = true;
|
nix-your-shell.enable = true;
|
||||||
pay-respects.enable = true; # thefuck in rust
|
pay-respects.enable = true; # thefuck in rust
|
||||||
ripgrep.enable = true; # grep in rust
|
ripgrep.enable = true; # grep in rust
|
||||||
|
zoxide.enable = true; # fuzzy cd in rust
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
Reference in New Issue
Block a user