mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
gimp3
|
||||
inkscape-with-extensions
|
||||
scribus
|
||||
audacity
|
||||
# audacity
|
||||
pinta
|
||||
kdePackages.kdenlive
|
||||
losslesscut-bin
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
@@ -21,7 +21,7 @@ in
|
||||
lpc21isp
|
||||
dfu-util
|
||||
openscad
|
||||
orca-slicer
|
||||
# orca-slicer
|
||||
];
|
||||
home-manager.users.${username} = {
|
||||
services.flatpak.packages = [
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user