Skip to content

Commit

Permalink
Merge pull request #97 from redyf/dev
Browse files Browse the repository at this point in the history
cleanup: redundant code
  • Loading branch information
redyf authored Jul 17, 2024
2 parents 12fd2b6 + 9fc7a29 commit 5075453
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions home/redyf/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
home-manager.enable = true;
};

# Imports
imports = [
./apps
./cli
Expand All @@ -33,7 +32,6 @@
tools.enable = true;
virt.enable = true;

# Allow unfree packages + use overlays
nixpkgs = {
config = {
allowUnfree = true;
Expand Down
1 change: 0 additions & 1 deletion home/redyf/tools/languages/rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# rust-analyzer # Lsp for rust
rustc # Compiler for rust
# rustfmt # Formatter for rust language
# rustup # The Rust toolchain installer
];
};
}

0 comments on commit 5075453

Please sign in to comment.