syntax cleanup

This commit is contained in:
Don Harper 2023-12-29 21:11:58 -06:00
parent 29867a09c8
commit 4651744824
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
home-manager = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.gpg = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
./alacritty.nix

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, inputs, outputs, ... }:
{ ... }:
{
# xdg.configFile."sway/config".source = files/sway/${config.networking.hostName};
xdg.configFile."sway/config".source = files/sway/default;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [ taskwarrior tasksh vit timewarrior ];
programs.taskwarrior = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
let
dbus-sway-environment = pkgs.writeTextFile {
name = "dbus-sway-environment";