style: reformat with nixpkgs-fmt
This commit is contained in:
parent
1be69caabb
commit
4b459f08d4
15 changed files with 398 additions and 130 deletions
|
@ -4,15 +4,12 @@
|
|||
imports = [
|
||||
# ./configuration.nix
|
||||
|
||||
# ../../../home-manager/modules/common.nix
|
||||
# ../../../home-manager/modules/git.nix
|
||||
# ../../../home-manager/modules/home-manager.nix
|
||||
# ../../../home-manager/modules/tmux.nix
|
||||
# ../../../home-manager/modules/zsh.nix
|
||||
# ../../../home-manager/modules/common.nix
|
||||
# ../../../home-manager/modules/git.nix
|
||||
# ../../../home-manager/modules/home-manager.nix
|
||||
# ../../../home-manager/modules/tmux.nix
|
||||
# ../../../home-manager/modules/zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
docker
|
||||
docker-compose
|
||||
];
|
||||
home.packages = with pkgs; [ docker docker-compose ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue