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