Initial commit
This commit is contained in:
12
programs/installed.nix
Normal file
12
programs/installed.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget curl vim nano zsh fzf tmux
|
||||
];
|
||||
|
||||
imports =
|
||||
[
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user