Change neovim flake to repo rather than path, include sway config in linux module.

This commit is contained in:
Martin Larsson 2025-01-23 17:15:51 +01:00
parent 4e4361be5d
commit 4b1a5df3d8
4 changed files with 79 additions and 56 deletions

View file

@ -1,2 +1,9 @@
{ ... }: {
{ pkgs, ... }:
{
home = {
stateVersion = "24.05";
file = {
".config/sway".source = ../sway;
};
};
}