Skip to content

Commit

Permalink
🔧 cleanup home
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 25, 2024
1 parent d6101f2 commit 521b3ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

let
theme = "material";
unstable = import
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/archive/master.tar.gz")
{
config = config.nixpkgs.config;
};
in
{
# some general info
Expand Down Expand Up @@ -95,12 +90,9 @@ in
packages = with pkgs; [
(pkgs.callPackage ../../derivs/phocus.nix { inherit config nix-colors; })
(pkgs.callPackage ../../derivs/spotdl.nix { buildPythonApplication = pkgs.python311Packages.buildPythonApplication; })
(pkgs.callPackage ../../derivs/bluez.nix { })
(pkgs.callPackage ../shared/icons/whitesur.nix { })
(pkgs.callPackage ../shared/icons/reversal.nix { })
(discord.override {
withVencord = true;
})
(discord.override { withVencord = true; })
inputs.zjstatus.packages.${system}.default
inputs.matugen.packages.${system}.default
acpi
Expand Down

0 comments on commit 521b3ee

Please sign in to comment.