mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
fixed ssh errors, add hashcash, update mail config, update zsh config
This commit is contained in:
parent
5f4dce9a04
commit
6dece01018
10 changed files with 114 additions and 139 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
# fzf
|
||||
bat
|
||||
|
@ -85,7 +86,7 @@
|
|||
unset PKGS
|
||||
for var in "$@"
|
||||
do
|
||||
PKGS=$PKGS\ nixpkgs/nixos-unstable#$var
|
||||
PKGS=$PKGS\ nixpkgs/nixos-unstable\#$var
|
||||
done
|
||||
eval ${pkgs.nix-output-monitor}/bin/nom shell $PKGS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue