mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(fish): add alias to nom
This commit is contained in:
parent
aaf599a534
commit
5a822dee2a
1 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,11 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.luj.programs.fish;
|
||||
inherit (pkgs) fetchFromGitHub;
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
|
@ -19,6 +23,8 @@ with lib;
|
|||
ka = "killall";
|
||||
mkd = "mkdir -pv";
|
||||
|
||||
nix-build = "nom-build";
|
||||
|
||||
ca = "khal interactive";
|
||||
sync_ca = "vsync sync";
|
||||
|
||||
|
@ -35,7 +41,6 @@ with lib;
|
|||
SU = "systemctl --user";
|
||||
SS = "sudo systemctl";
|
||||
|
||||
|
||||
weather = "curl wttr.in";
|
||||
v6 = "curl api6.ipify.org";
|
||||
v4 = "curl api.ipify.org";
|
||||
|
@ -92,6 +97,11 @@ with lib;
|
|||
# Misc
|
||||
programs.lesspipe.enable = true;
|
||||
|
||||
home.packages = with pkgs; [ eza python3 libnotify ];
|
||||
home.packages = with pkgs; [
|
||||
eza
|
||||
python3
|
||||
libnotify
|
||||
nix-output-monitor
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue