sniffa
This commit is contained in:
parent
867f3dd2ed
commit
3ac8783f90
2 changed files with 4 additions and 2 deletions
|
|
@ -9,9 +9,11 @@
|
||||||
in {
|
in {
|
||||||
users.users.tao.packages =
|
users.users.tao.packages =
|
||||||
(with pkgs-last-building; [
|
(with pkgs-last-building; [
|
||||||
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
|
sniffnet
|
||||||
|
oculante
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
# android-tools
|
# android-tools
|
||||||
# boxxy
|
# boxxy
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ in {
|
||||||
# extraConfig = lib.concatStrings (map builtins.readFile (map (x: ./nushell/extras/. + x) (map (x: "/" + x) (builtins.attrNames (builtins.readDir ./nushell/extras)))));
|
# extraConfig = lib.concatStrings (map builtins.readFile (map (x: ./nushell/extras/. + x) (map (x: "/" + x) (builtins.attrNames (builtins.readDir ./nushell/extras)))));
|
||||||
plugins = with pkgs.nushellPlugins; [
|
plugins = with pkgs.nushellPlugins; [
|
||||||
# skim
|
# skim
|
||||||
desktop_notifications
|
# desktop_notifications
|
||||||
# highlight
|
# highlight
|
||||||
# units
|
# units
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue