Switch to the pt layout

This commit is contained in:
2024-10-10 17:32:44 +01:00
parent 6cf7ef215d
commit f4654abf81
3 changed files with 3 additions and 17 deletions

View File

@@ -1,14 +0,0 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
pkgs.mkShellNoCC {
packages = with pkgs; [
prismlauncher
];
shellHook = ''
prismlauncher
'';
}