forked from Bun/nixos-config
Gonna revert and modify the original flake, add back overlays from a shared file, and figure things out after
This commit is contained in:
parent
65f90a0bf3
commit
4ad26636a7
17 changed files with 116 additions and 14 deletions
14
modules/profiles/server/home/default.nix
Normal file
14
modules/profiles/server/home/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../../../home
|
||||
../../../home/users
|
||||
../../../home/programs/fastfetch
|
||||
../../../home/programs/git
|
||||
../../../home/programs/ncmpcpp
|
||||
../../../home/programs/neovim
|
||||
../../../home/programs/ranger
|
||||
../../../home/programs/tmux
|
||||
../../../home/utils/zsh
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue