Update Flake inputs, enable opengl and add dconf to systemd packages

This commit is contained in:
Paul-Henri Froidmont 2022-04-26 14:06:30 +02:00
parent 5d016c54e3
commit 3934f5df33
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 14 additions and 10 deletions

20
flake.lock generated
View file

@ -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": {

View file

@ -40,6 +40,7 @@
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [

View file

@ -67,6 +67,8 @@
};
};
systemd.packages = [ pkgs.dconf ];
# Required for custom GTK themes
services.dbus.packages = with pkgs; [ dconf ];
}

View file

@ -277,6 +277,7 @@
atool
linuxPackages.perf
glxinfo
steam
lutris
dolphinEmu