Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 25, 2025
1 parent 7d30879 commit 1f51e86
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
36 changes: 26 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
# Secure boot
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";

nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs-rocm.url = "github:Lunnova/nixpkgs/rocm-update";

nixos-wsl = {
url = "github:nix-community/nixos-wsl";
Expand Down
3 changes: 2 additions & 1 deletion modules/home/suites/music/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ in
pulsemixer
]
++ lib.optionals pkgs.stdenv.isLinux [
ardour
# FIXME: broken nixpkgs
# ardour
mpd-notification
mpdevil
tageditor
Expand Down
3 changes: 0 additions & 3 deletions overlays/nixpkgs-unstable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ _final: _prev: {
monitorcontrol
stats
switchaudio-osx

ruff
tree-sitter
;
}

0 comments on commit 1f51e86

Please sign in to comment.