Skip to content

Commit

Permalink
Add Budgie in preparation for NixOS/nixpkgs#216737 being merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutonium committed Mar 2, 2023
1 parent b48aa9a commit d6eef6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions desktop/budgie.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, lib, pkgs-budgie, ... }:
{ config, pkgs, lib, ... }:
with lib;
with builtins;
let
Expand All @@ -17,7 +17,7 @@ in
};
};
desktopManager = {
gnome = {
budgie = {
enable = true;
};
};
Expand All @@ -38,6 +38,5 @@ in
enable = true;
};
};
environment.systemPackages = [ pkgs.qjackctl ];
};
}

0 comments on commit d6eef6c

Please sign in to comment.