Update
This commit is contained in:
parent
0130210439
commit
0619042115
2 changed files with 11 additions and 9 deletions
|
|
@ -535,11 +535,11 @@
|
||||||
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777542749,
|
"lastModified": 1777633931,
|
||||||
"narHash": "sha256-j4W+WwdiRxTTFdsoB8A7jlLNLbMQANKJxh9eKf8nOIs=",
|
"narHash": "sha256-306tONvDv0lhoT7Ge42ghjxPE2ndB3wTKwwtyZS2qJE=",
|
||||||
"owner": "sodiboo",
|
"owner": "sodiboo",
|
||||||
"repo": "niri-flake",
|
"repo": "niri-flake",
|
||||||
"rev": "36130bc452e0a84c07761d2e176ae875b48eebf3",
|
"rev": "c291d31da4a27a31b08fab5a468c086888095a3f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -568,11 +568,11 @@
|
||||||
"niri-unstable": {
|
"niri-unstable": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777468255,
|
"lastModified": 1777627080,
|
||||||
"narHash": "sha256-lBZc1UMy+1P1T/E41j3jQrpS7EFI3qegd+ktHZdamIg=",
|
"narHash": "sha256-9xzxgWsZZRbiMDa6iSZfD1dZGlUvsHp2aawWM5LK6F8=",
|
||||||
"owner": "YaLTeR",
|
"owner": "YaLTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "dd1c3bcb9f1ef416df33ffa22d1d9bcee1398e7d",
|
"rev": "5f6f131b24826a01374d5cd87b281bd7ea181537",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -201,9 +201,11 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
# STEAM #
|
# STEAM #
|
||||||
programs.steam.enable = true;
|
programs.steam = {
|
||||||
programs.steam.package = pkgs.millennium-steam;
|
enable = true;
|
||||||
programs.steam.gamescopeSession.enable = true;
|
package = pkgs.millennium-steam;
|
||||||
|
#gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|
||||||
# ISO mounting utils #
|
# ISO mounting utils #
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue