mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 11:12:42 +00:00
formatting
This commit is contained in:
parent
93664e4120
commit
c84204b373
18 changed files with 231 additions and 145 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# https://github.com/gmodena/nix-flatpak
|
||||
{ ... }:
|
||||
{
|
||||
{...}: {
|
||||
services.flatpak.enable = true;
|
||||
services.flatpak.remotes = [
|
||||
{
|
||||
|
|
@ -24,6 +23,7 @@
|
|||
# "app.zen_browser.zen"
|
||||
# "com.vivaldi.Vivaldi"
|
||||
"com.getpostman.Postman"
|
||||
"us.zoom.Zoom"
|
||||
];
|
||||
services.flatpak.overrides = {
|
||||
global = {
|
||||
|
|
@ -39,15 +39,15 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
"com.qq.QQ".Context.sockets = [ "x11" ];
|
||||
"com.qq.QQ".Context.sockets = ["x11"];
|
||||
"com.tencent.WeChat" = {
|
||||
Context.sockets = [ "x11" ];
|
||||
Context.sockets = ["x11"];
|
||||
Environment = {
|
||||
# WeChat does not support wayland & wayland-ime
|
||||
QT_IM_MODULE = "fcitx";
|
||||
};
|
||||
};
|
||||
"md.obsidian.Obsidian".Context.sockets = [ "wayland" ];
|
||||
"com.getpostman.Postman".Context.persistent = [ "Postman" ];
|
||||
"md.obsidian.Obsidian".Context.sockets = ["wayland"];
|
||||
"com.getpostman.Postman".Context.persistent = ["Postman"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Terminal Emulator
|
||||
ghostty # default
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
kdePackages.okular # default
|
||||
sioyek
|
||||
# Image Viewer
|
||||
nsxiv # default
|
||||
imv # default
|
||||
loupe # SUPER FAST 有催人跑的感觉 w/ GPU Accel.
|
||||
papirus-icon-theme
|
||||
kdePackages.elisa
|
||||
|
|
@ -39,13 +40,14 @@
|
|||
qbittorrent
|
||||
protonvpn-gui
|
||||
proton-pass
|
||||
protonmail-bridge-gui
|
||||
mpv
|
||||
neovim-qt
|
||||
goldendict-ng
|
||||
kdePackages.kdenlive
|
||||
gimp
|
||||
steam-run
|
||||
bottles
|
||||
lutris
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue