This commit is contained in:
2026-04-22 05:56:59 +02:00
parent 49750fdbc5
commit 93fdf523bd
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -56,7 +56,11 @@
"image/*" = "imv.desktop";
"text/html" = "librewolf.desktop";
};
mimeApps.defaultApplicationPackages = with pkgs; [imv librewolf zathura];
mimeApps.defaultApplicationPackages = with pkgs; [
imv
librewolf
zathura
];
userDirs.enable = true;
}
// lib.optionalAttrs (!stable) {
+3 -3
View File
@@ -1,6 +1,5 @@
{
pkgs,
config,
lib,
name,
...
@@ -46,6 +45,7 @@
services.pipewire = {
enable = true;
pulse.enable = true;
alsa.enable = true;
audio.enable = true;
};
@@ -67,6 +67,7 @@
"steam-original"
"steam-unwrapped"
"steam-run"
"osu-lazer-bin"
];
users.users.vbm = {
@@ -82,7 +83,6 @@
fd
keepassxc
btop
fluffychat
cargo
rustc
upx
@@ -100,7 +100,7 @@
cachix
grim
slurp
brightnessctl
osu-lazer-bin
];
};