Clean up some unused code, perform formatting

This commit is contained in:
Martin Lasson 2025-01-26 00:35:35 +01:00
parent 97e2caa7bb
commit 4b5cdbc6ce
6 changed files with 20 additions and 18 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, ... }: {
home = {
file = {
".config/sway".source = ../sway;
};
{ pkgs, ... }:
{
home = {
file = {
".config/sway".source = ../sway;
};
};
}