Update Flake inputs, enable opengl and add dconf to systemd packages
This commit is contained in:
parent
5d016c54e3
commit
3934f5df33
4 changed files with 14 additions and 10 deletions
20
flake.lock
generated
20
flake.lock
generated
|
|
@ -5,11 +5,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1643240026,
|
"lastModified": 1649130493,
|
||||||
"narHash": "sha256-aBx8Ot/XgO7dlRUdWbG57z7rW3+ak1ZNBt2A0aWtmqU=",
|
"narHash": "sha256-tp2UxeS1A5ESb+I/rh4GoD0DH7edOGdc2fsP6D8o27Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "24ed6e6d4d8df7045b1fe38dedc3db179321eaa3",
|
"rev": "07b941f0c45ac4af6732d96f4cb6142824eee3df",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638198142,
|
"lastModified": 1643080866,
|
||||||
"narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=",
|
"narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=",
|
||||||
"path": "/nix/store/k5f8bdi01gs45m1nnfypja4is7mkpvb5-source",
|
"path": "/nix/store/626qldjl59n3cx00l2sd86734vdj99pk-source",
|
||||||
"rev": "8a308775674e178495767df90c419425474582a1",
|
"rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -33,11 +33,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1643080866,
|
"lastModified": 1649012074,
|
||||||
"narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=",
|
"narHash": "sha256-vQUROcJ3FfT3GTB/nJrXwVvjuq8WfK0ImN+RUgDVN1c=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d",
|
"rev": "bc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.packages = [ pkgs.dconf ];
|
||||||
|
|
||||||
# Required for custom GTK themes
|
# Required for custom GTK themes
|
||||||
services.dbus.packages = with pkgs; [ dconf ];
|
services.dbus.packages = with pkgs; [ dconf ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -277,6 +277,7 @@
|
||||||
atool
|
atool
|
||||||
linuxPackages.perf
|
linuxPackages.perf
|
||||||
|
|
||||||
|
glxinfo
|
||||||
steam
|
steam
|
||||||
lutris
|
lutris
|
||||||
dolphinEmu
|
dolphinEmu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue