diff --git a/home/base/tui/editors/packages.nix b/home/base/tui/editors/packages.nix index b82e20d0..3c3a95c6 100644 --- a/home/base/tui/editors/packages.nix +++ b/home/base/tui/editors/packages.nix @@ -62,7 +62,7 @@ lldb #-- python - nodePackages.pyright # python language server + pyright # python language server (python311.withPackages ( ps: with ps; [ diff --git a/home/linux/gui/base/note-taking.nix b/home/linux/gui/base/note-taking.nix index 5dcfed39..0330540a 100644 --- a/home/linux/gui/base/note-taking.nix +++ b/home/linux/gui/base/note-taking.nix @@ -1,7 +1,7 @@ -{pkgs, ...}: { - home.packages = with pkgs; [ +{pkgs-stable, ...}: { + home.packages = with pkgs-stable; [ # https://joplinapp.org/help/ - # joplin # joplin-cli - # joplin-desktop + joplin # joplin-cli + joplin-desktop ]; } diff --git a/hosts/idols-ai/default.nix b/hosts/idols-ai/default.nix index dd0a8b62..98dbb352 100644 --- a/hosts/idols-ai/default.nix +++ b/hosts/idols-ai/default.nix @@ -41,10 +41,10 @@ in { }; virtualisation.docker.enableNvidia = true; # for nvidia-docker - hardware.opengl = { + hardware.graphics = { enable = true; # needed by nvidia-docker - driSupport32Bit = true; + enable32Bit = true; }; # This value determines the NixOS release from which the default diff --git a/outputs/default.nix b/outputs/default.nix index 4a6457c1..195bbab6 100644 --- a/outputs/default.nix +++ b/outputs/default.nix @@ -21,11 +21,11 @@ # To use chrome, we need to allow the installation of non-free software config.allowUnfree = true; }; - # pkgs-stable = import inputs.nixpkgs-stable { - # inherit system; - # # To use chrome, we need to allow the installation of non-free software - # config.allowUnfree = true; - # }; + pkgs-stable = import inputs.nixpkgs-stable { + inherit system; + # To use chrome, we need to allow the installation of non-free software + config.allowUnfree = true; + }; }; # This is the args for all the haumea modules in this folder.