refactor(nvf): add nvf as home package instead of system
This commit is contained in:
parent
7a7f6b1e25
commit
b54b143766
2 changed files with 12 additions and 7 deletions
|
@ -1,8 +1,12 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{ self, config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
home.username = "rafiq";
|
||||
home.homeDirectory = "/home/rafiq";
|
||||
|
||||
home.packages = [
|
||||
self.packages.${pkgs.stdenv.system}.nvf
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue