diff --git a/flake.lock b/flake.lock index f2aa728..c31a977 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1730919458, - "narHash": "sha256-yMO0T0QJlmT/x4HEyvrCyigGrdYfIXX3e5gWqB64wLg=", + "lastModified": 1731403644, + "narHash": "sha256-T9V7CTucjRZ4Qc6pUEV/kpgNGzQbHWfGcfK6JJLfUeI=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "e1cc1f6483393634aee94514186d21a4871e78d7", + "rev": "f6581f1c3b137086e42a08a906bdada63045f991", "type": "github" }, "original": { @@ -55,11 +55,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730963269, - "narHash": "sha256-rz30HrFYCHiWEBCKHMffHbMdWJ35hEkcRVU0h7ms3x0=", + "lastModified": 1731239293, + "narHash": "sha256-q2yjIWFFcTzp5REWQUOU9L6kHdCDmFDpqeix86SOvDc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "83fb6c028368e465cd19bb127b86f971a5e41ebc", + "rev": "9256f7c71a195ebe7a218043d9f93390d49e6884", "type": "github" }, "original": { @@ -71,11 +71,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1730785428, - "narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", + "lastModified": 1731139594, + "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", + "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 55c080a..ea5daab 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,7 @@ ./modules/gaming ./modules/nvidia ./modules/specialisations/old-kernel.nix + ./modules/specialisations/gaming.nix nix-flatpak.nixosModules.nix-flatpak nixos-hardware.nixosModules.lenovo-thinkpad-x1-extreme-gen4 diff --git a/modules/desktop/packages.nix b/modules/desktop/packages.nix index 3435d7b..a60ecea 100644 --- a/modules/desktop/packages.nix +++ b/modules/desktop/packages.nix @@ -108,6 +108,7 @@ in { ledit nodejs nil + protege # LogIA Course # Containers & VMs toolbox diff --git a/modules/desktop/system.nix b/modules/desktop/system.nix index 7076cfc..f7bbf30 100644 --- a/modules/desktop/system.nix +++ b/modules/desktop/system.nix @@ -87,7 +87,7 @@ # virtualisation.virtualbox.host.enable = true; # virtualisation.virtualbox.host.enableExtensionPack = true; # users.extraGroups.vboxusers.members = [ "lyes" ]; - virtualisation.waydroid.enable = true; + # virtualisation.waydroid.enable = true; # Containers virtualisation.containers.enable = true;