updates from makefile

This commit is contained in:
Don Harper 2024-04-18 07:03:06 -05:00
parent ab8485e7a5
commit cece7c1c0f
3 changed files with 11 additions and 46 deletions

View file

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