Skip to content

Commit

Permalink
fix: renamed pkgs & remove broken pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Jul 12, 2024
1 parent 9a6b9b7 commit 61c0696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hm/profiles/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ in

home.packages = with pkgs; [
gnome.gnome-boxes
gnome.simple-scan
simple-scan
gnome.totem
gnome.vinagre

Expand Down
2 changes: 0 additions & 2 deletions hm/profiles/languages/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
pkgs.cargo-tauri # Build smaller, faster, and more secure desktop applications with a web frontend
pkgs.cargo-temp # A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies
pkgs.cargo-toml-lint # A simple linter for Cargo.toml manifests
pkgs.cargo-typify # JSON Schema to Rust type converter
pkgs.cargo-udeps # Find unused dependencies in Cargo.toml
#pkgs.cargo-ui # A GUI for Cargo
#pkgs.cargo-unused-features # A tool to find potential unused enabled feature flags and prune them
Expand Down Expand Up @@ -79,7 +78,6 @@
pkgs.cargo-valgrind # Cargo subcommand "valgrind": runs valgrind and collects its output in a helpful manner
pkgs.cargo-wasi # A lightweight Cargo subcommand to build code for the wasm32-wasi target
pkgs.cargo-watch # A Cargo subcommand for watching over Cargo project's source
pkgs.cargo-web # A Cargo subcommand for the client-side Web
pkgs.cargo-wipe # Cargo subcommand "wipe": recursively finds and optionally wipes all "target" or "node_modules" folders

# --- Frontends ---
Expand Down
6 changes: 4 additions & 2 deletions nixos/profiles/mobile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@
evince
gnome-music
gnome-system-monitor
simple-scan
totem
yelp
]) ++ [ pkgs.gnome-tour ];
]) ++ [
pkgs.simple-scan
pkgs.gnome-tour
];

# Reset IM_MODULE to fix on-screen keyboard
variables = {
Expand Down

0 comments on commit 61c0696

Please sign in to comment.