mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-23 04:46:06 -07:00
Compare commits
2 Commits
50ac0f697d
...
27138332c4
Author | SHA1 | Date | |
---|---|---|---|
27138332c4 | |||
258b0081f0 |
@ -98,10 +98,9 @@
|
||||
modules = {
|
||||
programs = {
|
||||
chezmoi.apply = true;
|
||||
borg.enable = true;
|
||||
};
|
||||
system = {
|
||||
backup.enable = true;
|
||||
terminal.enable = true;
|
||||
services = {
|
||||
ssh.enable = true;
|
||||
};
|
||||
};
|
||||
|
@ -13,7 +13,6 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
bc # Arbitrary-precision arithmetic language.
|
||||
fzf # Command-line fuzzy finder for Unix-like operating systems.
|
||||
gamemode # Optimizes system performance for gaming by adjusting system settings.
|
||||
vesktop # Voice, video, and text communication platform for communities and friends.
|
||||
inkscape # Vector graphics editor for creating illustrations, icons, logos, diagrams, and more.
|
||||
|
@ -29,9 +29,10 @@ in {
|
||||
nodejs # JavaScript runtime built on Chrome's V8 JavaScript engine.
|
||||
ripgrep # Line-oriented search tool that recursively searches directories for a regex pattern.
|
||||
cargo # Package manager and build system for Rust.
|
||||
docker-compose
|
||||
sesh
|
||||
zoxide
|
||||
docker-compose # Docker CLI plugin to define and run multi-container applications with Docker.
|
||||
sesh # Smart session manager for the terminal.
|
||||
zoxide # Fast cd command that learns your habits.
|
||||
fzf # Command-line fuzzy finder for Unix-like operating systems.
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user