add sway
This commit is contained in:
parent
ef2054d7b5
commit
b3bf93ecaa
8 changed files with 290 additions and 5 deletions
5
home.nix
5
home.nix
|
@ -1,11 +1,6 @@
|
|||
{ config, options, lib, pkgs, dotfiles, ... }:
|
||||
|
||||
{
|
||||
extraSpecialArgs = {
|
||||
dotfiles = inputs.dotfiles.outPath;
|
||||
# or...
|
||||
# dotfiles = ./path/to/my/dotfiles;
|
||||
};
|
||||
xdg.configFile = {
|
||||
doom.source = "${dotfiles}/emacs";
|
||||
wezterm.source = "${dotfiles}/wezterm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue