mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
repo restructure
This commit is contained in:
parent
1551b33527
commit
ff47a7abaa
3 changed files with 6 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
services.keyd = {
|
||||
config.services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = ["*"];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs}: {
|
||||
{config, pkgs, ...}: {
|
||||
config = {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestions = {
|
||||
|
|
@ -45,4 +46,5 @@
|
|||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs}: {
|
||||
xdg.portal = {
|
||||
{config, pkgs, ...}: {
|
||||
config.xdg.portal = {
|
||||
xdgOpenUsePortal = true;
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue