Skip to content

Commit

Permalink
nnn -> yazi, nix -> lix, android-studio to full
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
JohnRTitor committed Jun 28, 2024
1 parent c866787 commit 74e8000
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 89 deletions.
124 changes: 62 additions & 62 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
android_sdk.accept_license = true;
};
};
in {
Expand Down
25 changes: 15 additions & 10 deletions home-manager/cli-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,8 @@ And scripts may not work the high customised setup
# fzf, a command-line fuzzy finder
programs.fzf.enable = true;

# nnn, the terminal file manager
programs.nnn = {
enable = true;
package = pkgs.nnn.override {withNerdIcons = true;};
extraPackages = with pkgs; [
ffmpegthumbnailer
mediainfo
sxiv
];
};
# Fast terminal file manager written in Rust
programs.yazi.enable = true;

# zoxide, A smarter cd command which learns your habits as you go
programs.zoxide = {
Expand All @@ -52,4 +44,17 @@ And scripts may not work the high customised setup
home.packages = with pkgs; [
tree # List directory recursively in tree structure
];

/*
# nnn, the terminal file manager
programs.nnn = {
enable = true;
package = pkgs.nnn.override {withNerdIcons = true;};
extraPackages = with pkgs; [
ffmpegthumbnailer
mediainfo
sxiv
];
};
*/
}
23 changes: 12 additions & 11 deletions pkgs/user-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,29 @@
# Editors #
# emacs

# IDEs #
(jetbrains.plugins.addPlugins jetbrains.phpstorm [
"github-copilot"
"nixidea"
])
(jetbrains.plugins.addPlugins jetbrains.rust-rover [
"github-copilot"
"nixidea"
])

# whatsapp-for-linux
libreoffice-fresh
deluge # Torrent client
shotwell # GNOME image editor
# jetbrains.phpstorm
# jetbrains.rust-rover
androidStudioPackages.beta
gnome.gnome-logs # GNOME log viewer
warp # file transfer, also install android app
clapper
])
++ (with pkgs-edge; [
# list of latest packages from nixpkgs master
# Can be used to install latest version of some packages
# Some packages may not be cached so.. it may take some time to build
(jetbrains.plugins.addPlugins jetbrains.phpstorm [
"github-copilot"
"nixidea"
])
(jetbrains.plugins.addPlugins jetbrains.rust-rover [
"github-copilot"
"nixidea"
])
android-studio-full
]);

services.flatpak.packages = [
Expand Down
Loading

0 comments on commit 74e8000

Please sign in to comment.