Added dsearch for dms

This commit is contained in:
Nicole 2026-04-30 19:44:41 +02:00
parent 98049fdccb
commit 9979d7bc42
4 changed files with 71 additions and 4 deletions

View file

@ -770,6 +770,19 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_7": {
"locked": {
"lastModified": 1776877367,
"narHash": "sha256-wMN1gM00sUQ2KC9CNr/XEOGdfOrl67PabIRv9AYayTo=",
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre985613.0726a0ecb6d4/nixexprs.tar.xz"
},
"original": {
"type": "tarball",
"url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"
}
},
"on-linux": { "on-linux": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -830,7 +843,8 @@
"nix-flatpak": "nix-flatpak", "nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs_6", "nixpkgs": "nixpkgs_6",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"solaar": "solaar" "solaar": "solaar",
"spicetify-nix": "spicetify-nix"
} }
}, },
"rust-analyzer-src": { "rust-analyzer-src": {
@ -893,6 +907,25 @@
"type": "github" "type": "github"
} }
}, },
"spicetify-nix": {
"inputs": {
"nixpkgs": "nixpkgs_7",
"systems": "systems_2"
},
"locked": {
"lastModified": 1777183994,
"narHash": "sha256-zahis/vVFOsWv/HeyHbU13jxnrCC+ppIg49xG+viWxg=",
"owner": "Gerg-L",
"repo": "spicetify-nix",
"rev": "501256c3e670ca1679501ce3839ea805df00d8ba",
"type": "github"
},
"original": {
"owner": "Gerg-L",
"repo": "spicetify-nix",
"type": "github"
}
},
"systems": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,
@ -908,6 +941,21 @@
"type": "github" "type": "github"
} }
}, },
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": { "treefmt-nix": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"

View file

@ -25,9 +25,10 @@
url = "github:mrshmllow/affinity-nix"; url = "github:mrshmllow/affinity-nix";
}; };
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix"; millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
}; };
outputs = { self, nixpkgs, nixpkgs-unstable, nix-flatpak, niri, mango, musnix, solaar, affinity-nix, millennium, ... } @inputs: outputs = { self, nixpkgs, nixpkgs-unstable, nix-flatpak, niri, mango, musnix, solaar, affinity-nix, millennium, spicetify-nix, ... } @inputs:
let let
system = "x86_64-linux"; system = "x86_64-linux";
@ -61,6 +62,7 @@
mango.nixosModules.mango mango.nixosModules.mango
musnix.nixosModules.musnix musnix.nixosModules.musnix
solaar.nixosModules.default solaar.nixosModules.default
spicetify-nix.nixosModules.spicetify
./configuration.nix ./configuration.nix
]; ];
}; };

View file

@ -222,3 +222,4 @@ buildFHSEnv {
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -25,6 +25,7 @@ let
fi fi
''; '';
}; };
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in in
@ -34,6 +35,7 @@ in
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19" "qtwebengine-5.15.19"
"mbedtls-2.28.10" "mbedtls-2.28.10"
"ventoy-1.1.10"
]; ];
# Defined Programs # Defined Programs
@ -53,6 +55,8 @@ in
zip zip
jq jq
libsecret libsecret
ventoy-full
# FILES # # FILES #
gvfs gvfs
@ -63,6 +67,7 @@ in
pandoc pandoc
texliveFull texliveFull
fsearch fsearch
pkgs-unstable.dsearch
filezilla filezilla
ffmpegthumbnailer ffmpegthumbnailer
zenity zenity
@ -111,7 +116,7 @@ in
mpv mpv
feishin feishin
#(callPackage ./pkgs/feishin/default.nix {}) #(callPackage ./pkgs/feishin/default.nix {})
spotify #spotify
# jellyfin-media-player # jellyfin-media-player
jellyfin-mpv-shim jellyfin-mpv-shim
@ -171,7 +176,7 @@ in
brightnessctl brightnessctl
dmg2img dmg2img
cachix cachix
rbw pkgs-unstable.rbw
pinentry-tty pinentry-tty
pkgs-unstable.kando pkgs-unstable.kando
gearlever gearlever
@ -240,6 +245,17 @@ services.hardware.openrgb = {
package = pkgs-unstable.openrgb-with-all-plugins; package = pkgs-unstable.openrgb-with-all-plugins;
}; };
programs.spicetify = {
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblockify
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
#theme = spicePkgs.themes.sleek;
#colorScheme = "matugen";
};
virtualisation.docker.rootless = { virtualisation.docker.rootless = {
enable = true; enable = true;
setSocketVariable = true; setSocketVariable = true;