25.11 working without too many warnings
This commit is contained in:
parent
8cf1959759
commit
7a8ff873c6
17 changed files with 157 additions and 147 deletions
|
|
@ -161,7 +161,9 @@
|
|||
gimp
|
||||
inkscape
|
||||
libreoffice
|
||||
jellyfin-media-player # Does not prevent the screen from sleeping
|
||||
# jellyfin-media-player # Does not prevent the screen from sleeping
|
||||
# Commented out for 25.11 since qt5 webengine is insecure.
|
||||
# 26.05 See if this changed.
|
||||
jellyfin-mpv-shim # No UI, needs remote
|
||||
|
||||
# data management
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
zelbarnixpkgs ? builtins.getFlake "github:wlcx/nixpkgs/zelbar",
|
||||
nixpkgs ? <nixpkgs>,
|
||||
# nixpkgs ? <nixpkgs>,
|
||||
nixpkgs ? builtins.getFlake "nixpkgs/nixos-25.11",
|
||||
pkgs ? import nixpkgs {
|
||||
overlays = [
|
||||
(self: super: {
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" { };
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" {
|
||||
zig = super.zig_0_14;
|
||||
};
|
||||
})
|
||||
];
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
ashuffle
|
||||
mpc-cli
|
||||
mpc
|
||||
vimpc
|
||||
playerctl
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue