This commit is contained in:
Miguel Palhas
2024-09-29 17:53:45 +01:00
parent 327b575dc5
commit 5d0b7e26f5
6 changed files with 49 additions and 30 deletions
+10 -2
View File
@@ -1,8 +1,16 @@
{ inputs, ... }: {
{ inputs, pkgs, ... }: {
imports =
[ inputs.home-manager.nixosModules.home-manager ./nix.nix ./zsh.nix ];
programs = { zsh.enable = true; };
environment.systemPackages = [
pkgs.btop
pkgs.fzf
pkgs.home-manager
pkgs.ripgrep
pkgs.zsh
pkgs.git
pkgs.neovim
];
time = { timeZone = "Europe/Lisbon"; };