diff options
| author | Baitinq <[email protected]> | 2023-05-15 17:28:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-05-15 17:28:08 +0200 |
| commit | 8dbe8eb17a46abc920afabfaced5bb5a56551d92 (patch) | |
| tree | 3060e48718236effd074152d61a9d5687a7f6638 | |
| parent | Hosts: Enable gpg extra-socket (diff) | |
| download | nixos-config-8dbe8eb17a46abc920afabfaced5bb5a56551d92.tar.gz nixos-config-8dbe8eb17a46abc920afabfaced5bb5a56551d92.tar.bz2 nixos-config-8dbe8eb17a46abc920afabfaced5bb5a56551d92.zip | |
Hosts: Add packages
| -rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 39aea68..a29da70 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -55,6 +55,10 @@ wlr-randr wlsunset vscode + chromium + grim + slurp + google-cloud-sdk ] ++ (with pkgs.custom; [ lemacs |