remove rust from all programs
This commit is contained in:
parent
c4aa58543a
commit
b3d426571b
3 changed files with 0 additions and 24 deletions
|
@ -10,7 +10,6 @@ in {
|
|||
home.packages = let
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
librewolf-wayland
|
||||
keepassxc
|
||||
|
@ -82,13 +81,6 @@ in {
|
|||
cabal-install
|
||||
yt-dlp
|
||||
filelight
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
showmethekey
|
||||
libsForQt5.polkit-kde-agent
|
||||
asciinema
|
||||
|
|
|
@ -10,7 +10,6 @@ in {
|
|||
home.packages = let
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
git
|
||||
librewolf-wayland
|
||||
|
@ -74,13 +73,6 @@ in {
|
|||
ffmpeg
|
||||
yt-dlp
|
||||
filelight
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
wayland
|
||||
showmethekey
|
||||
polkit
|
||||
|
|
|
@ -10,7 +10,6 @@ in {
|
|||
home.packages = let
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
librewolf-wayland
|
||||
keepassxc
|
||||
|
@ -82,13 +81,6 @@ in {
|
|||
cabal-install
|
||||
yt-dlp
|
||||
filelight
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
showmethekey
|
||||
libsForQt5.polkit-kde-agent
|
||||
asciinema
|
||||
|
|
Loading…
Reference in a new issue