fixes fixes and mroe fixes
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
# modules.easyeffects
|
||||
# modules.lavd
|
||||
<modules/ai/secrets>
|
||||
# modules.ai
|
||||
modules.pi-coding # inactive: swapped to opencode
|
||||
modules.ai
|
||||
# modules.pi-coding # inactive: swapped to opencode
|
||||
# modules.omp
|
||||
modules.podman
|
||||
modules.wivrn
|
||||
@@ -110,6 +110,8 @@
|
||||
qbittorrent
|
||||
mpv
|
||||
krita
|
||||
clang
|
||||
mold
|
||||
# (tetrio-desktop.override { withTetrioPlus = true; })
|
||||
# bottles
|
||||
# orca-slicer's wrapGAppsHook does not actually wrap the installed
|
||||
|
||||
@@ -38,26 +38,26 @@
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
configPackages = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
wlr = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
configPackages = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
wlr = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [ polkit_gnome ];
|
||||
environment.systemPackages = with pkgs; [ polkit_gnome ];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
security.polkit.enable = true;
|
||||
|
||||
hardware.graphics = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
libva-minimal
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"@xberg-io/opencode-html-to-markdown"
|
||||
"@xberg-io/opencode-liter-llm"
|
||||
"opencode-plugin-litellm@latest"
|
||||
"@dietrichgebert/ponytail"
|
||||
"@xberg-io/opencode-tree-sitter-language-pack"
|
||||
# Token slimming: filters shell command output via snip CLI
|
||||
# (https://github.com/VincentHardouin/opencode-snip)
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
libxi
|
||||
libsm
|
||||
libice
|
||||
gnome2.GConf
|
||||
# gnome2.GConf
|
||||
nspr
|
||||
nss
|
||||
cups
|
||||
@@ -115,9 +115,9 @@
|
||||
SDL_mixer
|
||||
SDL2_ttf
|
||||
SDL2_mixer
|
||||
libappindicator-gtk2
|
||||
libdbusmenu-gtk2
|
||||
libindicator-gtk2
|
||||
# libappindicator-gtk2
|
||||
# libdbusmenu-gtk2
|
||||
# libindicator-gtk2
|
||||
libcaca
|
||||
libcanberra
|
||||
libgcrypt
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
drivers = with pkgs; [
|
||||
cups-filters
|
||||
cups-browsed
|
||||
brlaser
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user