Skip to content

Commit

Permalink
🔥 (bin): remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Sep 1, 2024
1 parent 778c2cf commit 8e5dbe6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 322 deletions.
2 changes: 1 addition & 1 deletion modules/home/core/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
syncthing
t-rec
tailspin
teams-for-linux
# teams-for-linux
telegram-desktop
teleport
tldr
Expand Down
5 changes: 4 additions & 1 deletion modules/home/core/nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
nixpkgs.config = {
permittedInsecurePackages = [ "electron-25.9.0" ];
permittedInsecurePackages = [
"electron-25.9.0"
"electron-29.4.6"
];
allowUnfree = true;
allowBroken = true;
allowUnfreePredicate = _: true;
Expand Down
21 changes: 0 additions & 21 deletions modules/home/opt/bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@
executable = true;
text = import ./eyecandy/nixfetch.nix { };
};
".local/bin/waylock" = lib.mkIf (config.default.de == "hyprland") {
executable = true;
text = ''
#!/bin/sh
playerctl pause
sleep 0.2
swaylock -i ${config.wallpaper} --effect-blur 10x10
'';
};
".local/bin/material" = {
executable = true;
text = import ./theme/material.nix { };
};
".local/bin/materialpy" = {
executable = true;
text = import ./theme/materialpy.nix { };
};
".local/bin/powermenu" = {
executable = true;
text = import ./rofiscripts/powermenu.nix { };
Expand Down Expand Up @@ -55,10 +38,6 @@
executable = true;
text = import ./rofiscripts/screenshot.nix { };
};
".local/bin/zs" = {
executable = true;
text = import ./zellij/zellij-start.nix { };
};
};
};
}
135 changes: 0 additions & 135 deletions modules/home/opt/bin/theme/material.nix

This file was deleted.

151 changes: 0 additions & 151 deletions modules/home/opt/bin/theme/materialpy.nix

This file was deleted.

12 changes: 0 additions & 12 deletions modules/home/opt/bin/zellij/zellij-start.nix

This file was deleted.

2 changes: 1 addition & 1 deletion modules/home/opt/utils/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

signing = {
signByDefault = true;
key = "34DA47B5677E214D";
key = "9F4EED9AA75B3045";
};

ignores = [
Expand Down

0 comments on commit 8e5dbe6

Please sign in to comment.