This commit is contained in:
Tao Tien 2023-07-14 19:02:49 -07:00
parent 76c49a5416
commit ecf125e1c5
3 changed files with 8 additions and 6 deletions

10
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1689060619, "lastModified": 1689320556,
"narHash": "sha256-vODUkZLWFVCvo1KPK3dC2CbXjxa9antEn5ozwlcTr48=", "narHash": "sha256-vODUkZLWFVCvo1KPK3dC2CbXjxa9antEn5ozwlcTr48=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "44bc025007e5fcc10dbc3d9f96dcbf06fc0e8c1c", "rev": "d4ea64f2063820120c05f6ba93ee02e6d4671d6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689137672, "lastModified": 1689209875,
"narHash": "sha256-QZoHxr0a73x6rQcAo5CiwYpysHbSnk7lAR8/16um7mM=", "narHash": "sha256-8AVcBV1DiszaZzHFd5iLc8HSLfxRAuqcU0QdfBEF3Ag=",
"owner": "Nixos", "owner": "Nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "98da3dd0de6660d4abed7bb74e748694bd803413", "rev": "fcc147b1e9358a8386b2c4368bd928e1f63a7df2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,8 +6,9 @@
wine wine
]; ];
programs.gamemode.enable = true;
programs.steam.enable = true; programs.steam.enable = true;
programs.gamemode.enable = true;
programs.gamescope.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;
environment.etc = environment.etc =

View file

@ -2,6 +2,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
openrgb openrgb
gwe gwe
liquidctl
]; ];
fileSystems."/home" = { fileSystems."/home" = {