mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 13:10:14 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -26,6 +26,7 @@ in
|
||||
nautilus.enable = lib.mkDefault true;
|
||||
nsxiv.enable = lib.mkDefault true;
|
||||
obsidian.enable = lib.mkDefault true;
|
||||
rofi.enable = lib.mkDefault true;
|
||||
xclip.enable = lib.mkDefault true;
|
||||
wezterm.enable = lib.mkDefault true;
|
||||
zathura.enable = lib.mkDefault true;
|
||||
|
@ -19,7 +19,7 @@ in
|
||||
pkgs.difftastic # Other fancy diffs
|
||||
pkgs.jless # JSON viewer
|
||||
pkgs.jo # JSON output
|
||||
pkgs.osc # Clipboard over SSH
|
||||
pkgs.nmasur.osc # Clipboard over SSH
|
||||
pkgs.qrencode # Generate qr codes
|
||||
pkgs.ren # Rename files
|
||||
pkgs.rep # Replace text in files
|
||||
@ -33,6 +33,7 @@ in
|
||||
pkgs.mpd # TUI slideshows
|
||||
pkgs.doggo # DNS client (dig)
|
||||
pkgs.bottom # System monitor (top)
|
||||
pkgs.nmasur.jqr # FZF fq JSON tool
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
|
@ -34,9 +34,9 @@ in
|
||||
pkgs.ipcalc # Make IP network calculations
|
||||
pkgs.cloudflared # Allow connecting to Cloudflare tunnels
|
||||
pkgs.monitorcontrol # Allows adjusting external displays
|
||||
pkgs.ocr # Converts images to text
|
||||
pkgs.aws-ec2 # Browse EC2 instances
|
||||
pkgs.terraform-init # Quick shortcut for initializing Terraform backend
|
||||
pkgs.nmasur.ocr # Converts images to text
|
||||
pkgs.nmasur.aws-ec2 # Browse EC2 instances
|
||||
pkgs.nmasur.terraform-init # Quick shortcut for initializing Terraform backend
|
||||
];
|
||||
|
||||
nmasur.presets = {
|
||||
|
Reference in New Issue
Block a user