mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
shortcut for nix commands
This commit is contained in:
parent
720ca5d94c
commit
6383d88b4b
@ -1,8 +1,14 @@
|
|||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
|
||||||
home-manager.users.${config.user}.home.packages = with pkgs;
|
home-manager.users.${config.user} = {
|
||||||
|
|
||||||
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
nixfmt # Nix file formatter
|
nixfmt # Nix file formatter
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.fish.shellAbbrs = { n = "nix"; };
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user