mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: install packages
This commit is contained in:
parent
041c5ae4e4
commit
6f58255dc2
4 changed files with 8 additions and 2 deletions
|
|
@ -8599,6 +8599,7 @@ This holds packages that I can use as provided, or with small modifications (as
|
||||||
nix-visualize
|
nix-visualize
|
||||||
nix-init
|
nix-init
|
||||||
nix-inspect
|
nix-inspect
|
||||||
|
nixpkgs-review
|
||||||
manix
|
manix
|
||||||
comma
|
comma
|
||||||
|
|
||||||
|
|
@ -9509,6 +9510,7 @@ Here we set some aliases (some of them should be shellApplications instead) as w
|
||||||
|
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
@ -11071,10 +11073,11 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]]
|
||||||
docker
|
docker
|
||||||
postman
|
postman
|
||||||
rclone
|
rclone
|
||||||
awscli2
|
stable.awscli2
|
||||||
libguestfs-with-appliance
|
libguestfs-with-appliance
|
||||||
stable.prometheus.cli
|
stable.prometheus.cli
|
||||||
tigervnc
|
tigervnc
|
||||||
|
openstackclient
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
nix-visualize
|
nix-visualize
|
||||||
nix-init
|
nix-init
|
||||||
nix-inspect
|
nix-inspect
|
||||||
|
nixpkgs-review
|
||||||
manix
|
manix
|
||||||
comma
|
comma
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,11 @@
|
||||||
docker
|
docker
|
||||||
postman
|
postman
|
||||||
rclone
|
rclone
|
||||||
awscli2
|
stable.awscli2
|
||||||
libguestfs-with-appliance
|
libguestfs-with-appliance
|
||||||
stable.prometheus.cli
|
stable.prometheus.cli
|
||||||
tigervnc
|
tigervnc
|
||||||
|
openstackclient
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue