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
|
||||
|
||||
Reference in New Issue
Block a user