Skip to content

Commit

Permalink
cleanup: remove some leftover stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Apr 30, 2024
1 parent d230458 commit b5d1de8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 2,164 deletions.
15 changes: 0 additions & 15 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,6 @@
};
};

# schizosearch = {
# url = "github:sioodmy/schizosearch";
# inputs = {
# nixpkgs.follows = "nixpkgs";
# flake-parts.follows = "flake-parts";
# };
# };

barbie = {
url = "github:sioodmy/barbie";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
sioodmy-dev = {
url = "github:sioodmy/sioodmy.github.io";
inputs = {
Expand Down
1 change: 0 additions & 1 deletion home/misc/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{...}: {
imports = [
./media.nix
./vencord
./schizofox.nix
./rnnoise.nix
./lock.nix
Expand Down
176 changes: 0 additions & 176 deletions home/misc/vencord/default.nix

This file was deleted.

17 changes: 0 additions & 17 deletions home/misc/vencord/readonlyFix.patch

This file was deleted.

43 changes: 0 additions & 43 deletions home/misc/vencord/theme.css

This file was deleted.

1 change: 0 additions & 1 deletion home/rice/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{...}: {
imports = [
./tofi
./foot.nix
./zathura.nix
./dunst.nix
Expand Down
9 changes: 5 additions & 4 deletions home/rice/dunst.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,22 @@ in {
};
fullscreen_delay_everything.fullscreen = "delay";
urgency_low = {
background = "#${base}83";
background = "#${base}ff";
foreground = x text;
timeout = 5;
};
urgency_normal = {
background = "#${base}83";
background = "#${base}ff";
foreground = "#c6d0f5";
timeout = 6;
};
urgency_critical = {
background = "#${base}83";
background = "#${base}ff";
foreground = x text;
frame_color = "#${red}80";
frame_color = "#${red}ff";
timeout = 0;
};
};
};
home.packages = [pkgs.libnotify];
}
36 changes: 0 additions & 36 deletions home/rice/tofi/default.nix

This file was deleted.

Loading

0 comments on commit b5d1de8

Please sign in to comment.