🚀 feat(_init): initial files

This commit is contained in:
Eshan Roy
2024-11-29 10:28:39 +05:30
parent 337ed19b53
commit 1d5aef97db
2 changed files with 89 additions and 0 deletions

34
defaults/config.toml Normal file
View File

@@ -0,0 +1,34 @@
title = "Snigdha OS Kernel Switcher Settings"
[kernels]
official = [
{
name = "linux",
description = "",
headers = "linux-headers"
},
{
name = "linux-lts",
description = "",
headers = "linux-headers"
},
{
name = "linux-zen",
description = "",
headers = "linux-headers"
},
{
name = "linux-hardened",
description = "",
headers = "linux-headers"
},
{
name = "linux-hardened",
description = "",
headers = "linux-headers"
},
{
name = "linux-hardened",
description = "",
headers = "linux-headers"
}
]