Compare commits

..

No commits in common. "aaf48cc9832ebdd0cd81a6567625d0dcea1fe9cf" and "e2584f3ec955ad7239c00681a0abab265091b700" have entirely different histories.

5 changed files with 23 additions and 40 deletions

View file

@ -65,11 +65,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723399884, "lastModified": 1721534365,
"narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=", "narHash": "sha256-XpZOkaSJKdOsz1wU6JfO59Rx2fqtcarQ0y6ndIOKNpI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "086f619dd991a4d355c07837448244029fc2d9ab", "rev": "635563f245309ef5320f80c7ebcb89b2398d2949",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -120,11 +120,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1723175592, "lastModified": 1721379653,
"narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=", "narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e0ca22929f3342b19569b21b2f3462f053e497b", "rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -168,11 +168,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1723445320, "lastModified": 1721673663,
"narHash": "sha256-yeD890KJQ619ewaNMxYjvOB6Dx8pFaEBjCN+3W4DTY0=", "narHash": "sha256-FErVK9tYpb3fYDw4fQLKoebFVjkP8XcVGSiHrmC2UW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "650e19ccfc2200e5f04dfd1766d206790ccf57bd", "rev": "b7d763bbc9218b98314bed6d7495eed12ae84ef4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,17 +1,8 @@
{ {tree, ...}: {
tree, imports = with tree.profiles.home-manager.gaming; [
lib,
...
}: let
inherit (lib.lists) flatten;
in {
imports = flatten (with tree.profiles.home-manager; [
apps.obs
(with gaming; [
steam steam
lutris lutris
arrpc arrpc
minecraft minecraft
]) ];
]);
} }

View file

@ -1,11 +0,0 @@
{pkgs, ...}: {
home.packages = [
(pkgs.wrapOBS.override {} {
plugins = with pkgs.obs-studio-plugins; [
obs-vkcapture
input-overlay
obs-pipewire-audio-capture
];
})
];
}

View file

@ -1,8 +1,10 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
(prismlauncher.override { prismlauncher
jdks = with pkgs; [ jdk8 jdk11 jdk17 jdk21 ];
withWaylandGLFW = true; jdk8.jre
}) #jdk11.jre
#jdk21.jre
jdk22
]; ];
} }

View file

@ -12,6 +12,7 @@ in {
rtl8192su-firmware rtl8192su-firmware
rt5677-firmware rt5677-firmware
rtl8761b-firmware rtl8761b-firmware
rtw88-firmware
# ZyDAS # ZyDAS
zd1211fw zd1211fw
# Broadcom # Broadcom