Re-arranged some packages to allow mpv and imv to work again

Forgot home-config
This commit is contained in:
Ryan Schanzenbacher 2024-10-19 21:55:55 -04:00
parent bde398cb8c
commit 9f740aa872
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
4 changed files with 24 additions and 17 deletions

View file

@ -85,7 +85,7 @@
"syncthing" "syncthing"
"taskwarrior" "taskwarrior"
"tasksh" "tasksh"
"imv" ;"imv" ; Nix pkg now for MESA stuff
"perl" "perl"
"tor" "tor"
"unzip" "unzip"
@ -119,7 +119,7 @@
"python-lsp-server" "python-lsp-server"
"kdenlive" "kdenlive"
"sqlite" "sqlite"
"mpv" ;"mpv" ; Now a nix pkg for MESA stuff
"qbittorrent" "qbittorrent"
"playerctl" "playerctl"
;"aerc" ;"aerc"

View file

@ -55,16 +55,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729260213, "lastModified": 1729321331,
"narHash": "sha256-jAvHoU/1y/yCuXzr2fNF+q6uKmr8Jj2xgAisK4QB9to=", "narHash": "sha256-KVyQq+ez/oB30/WbdNgVD8g/bda34z8NiU187QKQb74=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "09a0c0c02953318bf94425738c7061ffdc4cba75", "rev": "122f70545b29ccb922e655b08acfe05bfb44ec68",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "122f70545b29ccb922e655b08acfe05bfb44ec68",
"type": "github" "type": "github"
} }
}, },
@ -217,15 +218,16 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1727732210, "lastModified": 1727705155,
"narHash": "sha256-VNKakkdx1mjfO5MyGZbx8m87YKZ4B8cylU50R0J662g=", "narHash": "sha256-gu26MSYbTlRLMUpZ9PeYXtqqhzPDQXxEDkjiJgwzIIc=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprpicker", "repo": "hyprpicker",
"rev": "4411a6dc0dccdabad64213463fb94de520b52725", "rev": "116cec14a552191a9ad69ca96252ca12ecfa9826",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"ref": "v0.4.1",
"repo": "hyprpicker", "repo": "hyprpicker",
"type": "github" "type": "github"
} }
@ -348,22 +350,23 @@
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "nixGL", "repo": "nixGL",
"rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1729070438, "lastModified": 1729168305,
"narHash": "sha256-KOTTUfPkugH52avUvXGxvWy8ibKKj4genodIYUED+Kc=", "narHash": "sha256-jmhxZnrlOyLEMUL2+JkVfkN0XWXI5uE6EB5kVZFR0fo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5785b6bb5eaae44e627d541023034e1601455827", "rev": "2a55bdc8cfcf41551323a4a6cef24d3f566c824d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2a55bdc8cfcf41551323a4a6cef24d3f566c824d",
"type": "github" "type": "github"
} }
}, },

View file

@ -3,13 +3,13 @@
inputs = { inputs = {
# Specify the source of Home Manager and Nixpkgs. # Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/2a55bdc8cfcf41551323a4a6cef24d3f566c824d";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager/122f70545b29ccb922e655b08acfe05bfb44ec68";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprpicker-git = { hyprpicker-git = {
url = "github:hyprwm/hyprpicker"; url = "github:hyprwm/hyprpicker/v0.4.1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland = { hyprland = {
@ -17,7 +17,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixgl = { nixgl = {
url = "github:nix-community/nixGL"; url = "github:nix-community/nixGL/310f8e49a149e4c9ea52f1adf70cdc768ec53f8a";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View file

@ -49,6 +49,10 @@
xwayland xwayland
xdg-desktop-portal xdg-desktop-portal
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
mpv
imv
libva
libvdpau
# Flakes specific things defined in flake.nix # Flakes specific things defined in flake.nix
hyprland.packages.${pkgs.system}.default hyprland.packages.${pkgs.system}.default
@ -58,7 +62,7 @@
# Fonts! # Fonts!
noto-fonts noto-fonts
liberation_ttf liberation_ttf
noto-fonts-cjk noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying