feat: fix/symlink doom config, symlink qtile directory
This commit is contained in:
parent
45566a8bc8
commit
27161b9fe4
4 changed files with 11 additions and 8 deletions
|
@ -22,8 +22,13 @@
|
|||
home = {
|
||||
file = {
|
||||
qtile_config = {
|
||||
source = ./config/qtile.py;
|
||||
target = "${config.xdg.configHome}/qtile/config.py";
|
||||
source = ./config/qtile;
|
||||
target = "${config.xdg.configHome}/qtile";
|
||||
};
|
||||
|
||||
doom_config = {
|
||||
source = ./config/doom;
|
||||
target = "${config.xdg.configHome}/doom";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -56,8 +61,6 @@
|
|||
];
|
||||
|
||||
shellAliases.ssh = "kitty +kitten ssh";
|
||||
|
||||
variables.DOOMDOR = "/etc/nixos/users/infinidoge/config/doom/";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue