mirror of
https://github.com/Snigdha-OS/snigdhaos-kernel-switcher-dev.git
synced 2026-02-07 23:13:55 +01:00
🚀 feat(_init): initial files
This commit is contained in:
34
defaults/config.toml
Normal file
34
defaults/config.toml
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user