mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-01 07:32:36 -05:00
alejandra formatting ftw
This commit is contained in:
parent
ab483276f1
commit
5e29a554ea
22 changed files with 738 additions and 651 deletions
|
|
@ -1,10 +1,13 @@
|
|||
{ lib, config, ...}: {
|
||||
imports = [
|
||||
# Wayland desktops here
|
||||
./wayland/sway.nix
|
||||
|
||||
# X11 desktops here
|
||||
./x11/i3.nix
|
||||
];
|
||||
}
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Wayland desktops here
|
||||
./wayland/sway.nix
|
||||
|
||||
# X11 desktops here
|
||||
./x11/i3.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue