diff --git a/configuration.nix b/configuration.nix index d51be27..7df3c62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,7 +122,7 @@ isNormalUser = true; description = "clara"; initialPassword = "123456"; - extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ]; + extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ]; shell = pkgs.zsh; }; @@ -321,6 +321,11 @@ ''; }; + # Fix for CVE-2022-27470 keeping package from building + nixpkgs.config.permittedInsecurePackages = [ + "SDL_ttf-2.0.11" + ]; + # backlight programs.light.enable = true; diff --git a/flake.lock b/flake.lock index d49fafe..233e48f 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1736089250, - "narHash": "sha256-/LPWMiiJGPHGd7ZYEgmbE2da4zvBW0acmshUjYC3WG4=", + "lastModified": 1741345870, + "narHash": "sha256-KTpoO4oaucdFr3oJJBYpGK+aWVVrLvtiT17EQE7Cf4Y=", "owner": "nix-community", "repo": "home-manager", - "rev": "172b91bfb2b7f5c4a8c6ceac29fd53a01ef07196", + "rev": "04c915bcf1a1eac3519372ff3185beef053fba7c", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736012469, - "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", + "lastModified": 1741246872, + "narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d", + "rev": "10069ef4cf863633f57238f179a0297de84bd8d3", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 99cc076..a9262fb 100644 --- a/home.nix +++ b/home.nix @@ -96,9 +96,11 @@ in gvfs vdhcoapp inkscape + inkscape-extensions.inkstitch prusa-slicer mathematikapkg jameica + android-tools ] ++ (if x11mode then [ arandr flameshot diff --git a/programm_configs/vscode.nix b/programm_configs/vscode.nix index a355a89..09c3c21 100644 --- a/programm_configs/vscode.nix +++ b/programm_configs/vscode.nix @@ -30,7 +30,7 @@ name = "platformio-ide"; publisher = "platformio"; version = "3.3.3"; - sha256 = "pcWKBqtpU7DVpiT7UF6Zi+YUKknyjtXFEf5nL9+xuSo="; + sha256 = "cVYnFhdeClHhuVaTWRU2IDIA1mFq1iLveZUIhEhMSck="; } ]; };