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