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

30
flake.lock generated
View File

@@ -8,11 +8,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751413152, "lastModified": 1753121425,
"narHash": "sha256-Tyw1RjYEsp5scoigs1384gIg6e0GoBVjms4aXFfRssQ=", "narHash": "sha256-TVcTNvOeWWk1DXljFxVRp+E0tzG1LhrVjOGGoMHuXio=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "77826244401ea9de6e3bac47c2db46005e1f30b5", "rev": "644e0fc48951a860279da645ba77fe4a6e814c5e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -79,11 +79,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753181343, "lastModified": 1753848447,
"narHash": "sha256-CLQfNtUqirNVSYoW/kYbvL4PeeNasmZonaPnjO3+1YQ=", "narHash": "sha256-fsld/crW9XRodFUG1GK8Lt0ERv6ARl9Wj3Xb0x96J4w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0cdfcdbb525b77b951c889b6131047bc374f48fe", "rev": "d732b648e5a7e3b89439ee25895e4eb24b7e5452",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -195,11 +195,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752950548, "lastModified": 1753694789,
"narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=", "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c87b95e25065c028d31a94f06a62927d18763fdf", "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -219,11 +219,11 @@
"systems": "systems_4" "systems": "systems_4"
}, },
"locked": { "locked": {
"lastModified": 1752976861, "lastModified": 1753805595,
"narHash": "sha256-59HcrqHfbSJUdmpzrAa9x8fW1PoS+ZGhCjL5k5HbyV8=", "narHash": "sha256-5m0FqObrj/0/nfoaKlgpye4+SZzj1nMPnlxGxlIxKNg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "0c50ed9349199219583cb1ed1a972d71e06039ec", "rev": "fe0bcc92c8c593d5e2b45ffb0d1253c3aa55eb72",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -242,11 +242,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749730855, "lastModified": 1753450833,
"narHash": "sha256-L3x2nSlFkXkM6tQPLJP3oCBMIsRifhIDPMQQdHO5xWo=", "narHash": "sha256-Pmpke0JtLRzgdlwDC5a+aiLVZ11JPUO5Bcqkj0nHE/k=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "8dfe5879dd009ff4742b668d9c699bc4b9761742", "rev": "40987cc1a24feba378438d691f87c52819f7bd75",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -102,6 +102,7 @@
}; };
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
/*
statech = { statech = {
image = "eclipse-temurin:21-jre"; image = "eclipse-temurin:21-jre";
volumes = [ "/home/theaninova/.config/statech:/statech" ]; volumes = [ "/home/theaninova/.config/statech:/statech" ];
@@ -112,6 +113,7 @@
cmd = [ "start.sh" ]; cmd = [ "start.sh" ];
extraOptions = [ "--network=host" ]; extraOptions = [ "--network=host" ];
}; };
*/
/* /*
craftoria = { craftoria = {
image = "eclipse-temurin:21-jre"; image = "eclipse-temurin:21-jre";

View File

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

View File

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

View File

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

View File

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

View File

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