Change neovim flake to repo rather than path, include sway config in linux module.
This commit is contained in:
parent
4e4361be5d
commit
4b1a5df3d8
4 changed files with 79 additions and 56 deletions
|
|
@ -1,2 +1,9 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
stateVersion = "24.05";
|
||||
file = {
|
||||
".config/sway".source = ../sway;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue