Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
34a2740106
commit
6891a7517a
440 changed files with 0 additions and 16 deletions
11
working-without-workspace/code/home-manager.nix
Normal file
11
working-without-workspace/code/home-manager.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "opdavies";
|
||||
home.homeDirectory = "/home/opdavies";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
php82
|
||||
php82Packages.composer
|
||||
];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue