diff --git a/flake.lock b/flake.lock index 028cb37..0ea3369 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1643240026, - "narHash": "sha256-aBx8Ot/XgO7dlRUdWbG57z7rW3+ak1ZNBt2A0aWtmqU=", + "lastModified": 1649130493, + "narHash": "sha256-tp2UxeS1A5ESb+I/rh4GoD0DH7edOGdc2fsP6D8o27Y=", "owner": "nix-community", "repo": "home-manager", - "rev": "24ed6e6d4d8df7045b1fe38dedc3db179321eaa3", + "rev": "07b941f0c45ac4af6732d96f4cb6142824eee3df", "type": "github" }, "original": { @@ -20,10 +20,10 @@ }, "nixpkgs": { "locked": { - "lastModified": 1638198142, - "narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=", - "path": "/nix/store/k5f8bdi01gs45m1nnfypja4is7mkpvb5-source", - "rev": "8a308775674e178495767df90c419425474582a1", + "lastModified": 1643080866, + "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", + "path": "/nix/store/626qldjl59n3cx00l2sd86734vdj99pk-source", + "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", "type": "path" }, "original": { @@ -33,11 +33,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1643080866, - "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", + "lastModified": 1649012074, + "narHash": "sha256-vQUROcJ3FfT3GTB/nJrXwVvjuq8WfK0ImN+RUgDVN1c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", + "rev": "bc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13", "type": "github" }, "original": { diff --git a/hardware/desktop.nix b/hardware/desktop.nix index 8d0aa6a..965cca3 100644 --- a/hardware/desktop.nix +++ b/hardware/desktop.nix @@ -40,6 +40,7 @@ services.xserver.videoDrivers = [ "amdgpu" ]; hardware.opengl = { + enable = true; driSupport = true; driSupport32Bit = true; extraPackages = with pkgs; [ diff --git a/modules/system.nix b/modules/system.nix index 2bad1e9..e11bcd3 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -67,6 +67,8 @@ }; }; + systemd.packages = [ pkgs.dconf ]; + # Required for custom GTK themes services.dbus.packages = with pkgs; [ dconf ]; } diff --git a/users/default.nix b/users/default.nix index 1552ad8..55104df 100644 --- a/users/default.nix +++ b/users/default.nix @@ -277,6 +277,7 @@ atool linuxPackages.perf + glxinfo steam lutris dolphinEmu