Skip to content

Commit

Permalink
🔥 ununsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Aug 10, 2024
1 parent f227041 commit b4513bd
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 581 deletions.
6 changes: 1 addition & 5 deletions modules/home/opt/bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
executable = true;
text = import ./theme/materialpy.nix { };
};
".local/bin/panes" = {
executable = true;
text = import ./eyecandy/panes.nix { };
};
".local/bin/powermenu" = {
executable = true;
text = import ./rofiscripts/powermenu.nix { };
Expand Down Expand Up @@ -63,7 +59,7 @@
executable = true;
text = import ./zellij/zellij-start.nix { };
};
".local/bin/swayscratch" = {
".local/bin/zstart" = {
executable = true;
text = import ./zellij/zellij-start.nix { };
};
Expand Down
18 changes: 0 additions & 18 deletions modules/home/opt/bin/eyecandy/panes.nix

This file was deleted.

1 change: 0 additions & 1 deletion modules/home/opt/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
spicetify.enable = lib.mkEnableOption "Enable spicetify";
sss.enable = lib.mkEnableOption "Enable sss";
swaybg.enable = lib.mkEnableOption "Enable swaybg";
swayfx.enable = lib.mkEnableOption "Enable swayfx";
swayidle.enable = lib.mkEnableOption "Enable swayidle";
wezterm.enable = lib.mkEnableOption "Enable wezterm";
zellij.enable = lib.mkEnableOption "Enable zellij";
Expand Down
2 changes: 0 additions & 2 deletions modules/home/opt/utils/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
imports = [
./git
./gitui
./gpg-agent
./k9s
./keybase
./lazygit
./picom
./rnnoise
./rofi
./sss
Expand Down
41 changes: 0 additions & 41 deletions modules/home/opt/utils/gitui/default.nix

This file was deleted.

195 changes: 0 additions & 195 deletions modules/home/opt/utils/picom/default.nix

This file was deleted.

7 changes: 1 addition & 6 deletions modules/home/opt/wayland/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
imports = [
./hyprland
./swayfx
];
}
{ imports = [ ./hyprland ]; }
1 change: 0 additions & 1 deletion modules/home/opt/wayland/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
./anyrun
./kanshi
./hyprlock
./swaylock
];
}
53 changes: 0 additions & 53 deletions modules/home/opt/wayland/programs/swaylock/default.nix

This file was deleted.

Loading

0 comments on commit b4513bd

Please # to comment.