Skip to content

Commit 84759a3

Browse files
authored
feat: move packages from desktop to base profile
* style: modularize server packages * add packages to base * add ldap
1 parent 69954fc commit 84759a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

profiles/base.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,14 @@ in
101101
vim
102102
git
103103
killall
104+
ldapvi
105+
openldap
104106

105107
comma-with-db
108+
109+
# OCF utilities
110+
(python312.withPackages (ps: [ ps.ocflib ]))
111+
ocf-utils
106112
];
107113

108114
services = {

profiles/desktop.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ in
3939
kakoune
4040

4141
# Languages
42-
(python312.withPackages (ps: [ ps.ocflib ]))
4342
poetry
4443
ruby
4544
elixir
@@ -59,7 +58,6 @@ in
5958
bat
6059

6160
# Other tools
62-
ocf-utils
6361
bar
6462
tmux
6563
s-tui

0 commit comments

Comments
 (0)