New onedrive module + various updates

This commit is contained in:
Filippo Berto 2021-09-13 16:06:18 +02:00
parent d304c4c65a
commit 286f70981b
7 changed files with 68 additions and 15 deletions

View file

@ -1,12 +1,15 @@
{ pkgs, ... }:
let
shellAliases = {
"dk" = "docker";
"hm" = "home-manager";
"jc" = "sudo journalctl";
"jcu" = "journalctl --user";
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"ns" = "nix search nixpkgs";
"nS" = "nix-shell";
"sc" = "systemctl";
"scu" = "systemctl --user";
"hm" = "home-manager";
"ns" = "nix search nixpkgs";
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"dk" = "docker";
};
in
{