mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
repo restructure
This commit is contained in:
parent
4c9b8c7a04
commit
f9f2c6dbdd
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{...}:{
|
||||
config.services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{config, pkgs, ...}: {
|
||||
{pkgs, ...}: {
|
||||
config = {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{config, pkgs, ...}: {
|
||||
{pkgs, ...}: {
|
||||
config.xdg.portal = {
|
||||
xdgOpenUsePortal = true;
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue