mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-13 18:44:11 -05:00
repo restructure
This commit is contained in:
parent
3b3f0bb610
commit
115fc930f8
4 changed files with 36 additions and 15 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
config = {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.software.usershell.enable {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue