fix: refactor - make it beautiful!
This commit is contained in:
parent
14a58c86d1
commit
b76d837472
20 changed files with 138 additions and 130 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
./garbage-collect.nix
|
||||
./podman.nix
|
||||
./store_pkg_file.nix
|
||||
./garbage-collect.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
# Useful other development tools
|
||||
environment.systemPackages = with pkgs; [
|
||||
dive # look into docker image layers
|
||||
podman-tui # status of containers in the terminal
|
||||
#docker-compose # start group of containers for dev
|
||||
podman-compose # start group of containers for dev
|
||||
podman-tui # status of containers in the terminal
|
||||
];
|
||||
}
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
formatted = builtins.concatStringsSep "\n" sortedUnique;
|
||||
in
|
||||
formatted;
|
||||
# TODO: in the far future: add a little alias that greps throgh that file
|
||||
# TODO: in the far future: add a little alias that greps through that file
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue