feat: add devenv
This commit is contained in:
parent
cc4f3398ff
commit
327db2d36c
5 changed files with 199 additions and 6 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ config, lib, pkgs, stable, user, ... }:
|
||||
{ config, lib, pkgs, stable, user, devenv, ... }:
|
||||
|
||||
{
|
||||
imports = # Home Manager Modules
|
||||
[ (import ../modules/shell/git/home.nix) ] ++
|
||||
[ (import ../modules/programs/wofi.nix) ] ++
|
||||
[ (import ../modules/editors/nvim/home.nix) ] ++
|
||||
[ (import ../modules/programs/devenv/home.nix) ] ++
|
||||
[ (import ../modules/shell/zsh/home.nix) ];
|
||||
|
||||
home = {
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
homeDirectory = "/home/${user}";
|
||||
|
||||
packages = with pkgs; [
|
||||
|
||||
# Terminal
|
||||
btop # Resource Manager
|
||||
nitch # Minimal fetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue