feat: Added nh to macos
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
./git.nix
|
||||
./goread.nix
|
||||
./helix.nix
|
||||
# ./ncmpcpp.nix
|
||||
# ./neomutt.nix
|
||||
./mpd.nix
|
||||
./newsboat.nix
|
||||
./nh.nix
|
||||
./nix-index.nix
|
||||
./nushell.nix
|
||||
./sops.nix
|
||||
@@ -28,11 +28,12 @@
|
||||
./tmux.nix
|
||||
./tuifeed.nix
|
||||
./yazi.nix
|
||||
# ./zellij.nix
|
||||
./zoxide.nix
|
||||
#./template.nix
|
||||
./mpd.nix
|
||||
./mpris-scrobbler.nix
|
||||
# ./ncmpcpp.nix
|
||||
# ./neomutt.nix
|
||||
# ./zellij.nix
|
||||
#./template.nix
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
urls = [
|
||||
{
|
||||
title = "r/rust";
|
||||
|
||||
8
home/programs/nh.nix
Normal file
8
home/programs/nh.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/Users/fs0c131y/.local/share/dotfiles";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user