initial commit
This commit is contained in:
commit
a4b7f28d8e
3 changed files with 116 additions and 0 deletions
11
configuration.nix
Normal file
11
configuration.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git vim
|
||||
];
|
||||
|
||||
users.users."michal".packages = with pkgs; [
|
||||
socat starship zellij
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue