update system

This commit is contained in:
2025-08-08 10:54:39 +02:00
parent 86f5331def
commit c570ea0f54
7 changed files with 38 additions and 31 deletions

View File

@@ -46,7 +46,7 @@
gimp3
inkscape-with-extensions
scribus
audacity
# audacity
pinta
kdePackages.kdenlive
losslesscut-bin

View File

@@ -60,9 +60,7 @@ in
"filter.smart" = true;
"filter.smart.target" = filter 24;
};
"playback.props" = {
"node.name" = "EQ Output";
};
"playback.props"."node.name" = "EQ Output";
};
}
];

View File

@@ -21,7 +21,7 @@ in
lpc21isp
dfu-util
openscad
orca-slicer
# orca-slicer
];
home-manager.users.${username} = {
services.flatpak.packages = [

View File

@@ -21,6 +21,13 @@ in
users.users.${username}.extraGroups = [ "libvirtd" ];
boot = {
kernelParams = [
"amd_iommu=on"
"iommu=pt"
];
};
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer

View File

@@ -102,7 +102,7 @@ in
gpg.homedir = lib.mkIf itgr.gpg "${xdgConfig.configHome}/gnupg";
bash.historyFile = lib.mkIf itgr.bash "${xdgConfig.stateHome}/bash/history";
zsh = lib.mkIf itgr.zsh {
dotDir = ".config/zsh";
dotDir = "${xdgConfig.configHome}/zsh";
history.path = "${xdgConfig.stateHome}/zsh/history";
};
};