mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Moved wash to a nixos config
This commit is contained in:
parent
3d68f30796
commit
510c3a6421
9 changed files with 705 additions and 11 deletions
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# unstable.nix-output-monitor
|
||||
# unstable.nix-output-monitor
|
||||
|
||||
# dotfiles
|
||||
age
|
||||
|
|
@ -66,6 +66,7 @@
|
|||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = inputs.helix.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue