diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 17:07:46 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 17:07:46 +0200 |
commit | c52c7f314ccadcc2fcd91e28c8fd1b88f6d5ce0c (patch) | |
tree | e8b947710b467b32740598ff574982097836f66c /modules/home.legacy/conf/alacritty/toml | |
parent | chore(pkgs/yt): 1.2.1 -> 1.3.0 (diff) | |
download | nixos-config-c52c7f314ccadcc2fcd91e28c8fd1b88f6d5ce0c.zip |
refactor(modules): Move all system modules to `by-name`
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/base.toml (renamed from modules/home/conf/alacritty/toml/base.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/bell.toml (renamed from modules/home/conf/alacritty/toml/bell.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/colorscheme.toml (renamed from modules/home/conf/alacritty/toml/colorscheme.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/cursor.toml (renamed from modules/home/conf/alacritty/toml/cursor.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/env.toml (renamed from modules/home/conf/alacritty/toml/env.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/font.toml (renamed from modules/home/conf/alacritty/toml/font.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/hints.toml (renamed from modules/home/conf/alacritty/toml/hints.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/keyboard_bindings.toml (renamed from modules/home/conf/alacritty/toml/keyboard_bindings.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/mouse.toml (renamed from modules/home/conf/alacritty/toml/mouse.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml (renamed from modules/home/conf/alacritty/toml/mouse_bindings.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/scrolling.toml (renamed from modules/home/conf/alacritty/toml/scrolling.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/selection.toml (renamed from modules/home/conf/alacritty/toml/selection.toml) | 0 | ||||
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/window.toml (renamed from modules/home/conf/alacritty/toml/window.toml) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/modules/home/conf/alacritty/toml/base.toml b/modules/home.legacy/conf/alacritty/toml/base.toml index 93c9942f..93c9942f 100644 --- a/modules/home/conf/alacritty/toml/base.toml +++ b/modules/home.legacy/conf/alacritty/toml/base.toml diff --git a/modules/home/conf/alacritty/toml/bell.toml b/modules/home.legacy/conf/alacritty/toml/bell.toml index 912d08e3..912d08e3 100644 --- a/modules/home/conf/alacritty/toml/bell.toml +++ b/modules/home.legacy/conf/alacritty/toml/bell.toml diff --git a/modules/home/conf/alacritty/toml/colorscheme.toml b/modules/home.legacy/conf/alacritty/toml/colorscheme.toml index f98a5b91..f98a5b91 100644 --- a/modules/home/conf/alacritty/toml/colorscheme.toml +++ b/modules/home.legacy/conf/alacritty/toml/colorscheme.toml diff --git a/modules/home/conf/alacritty/toml/cursor.toml b/modules/home.legacy/conf/alacritty/toml/cursor.toml index d9cb93f4..d9cb93f4 100644 --- a/modules/home/conf/alacritty/toml/cursor.toml +++ b/modules/home.legacy/conf/alacritty/toml/cursor.toml diff --git a/modules/home/conf/alacritty/toml/env.toml b/modules/home.legacy/conf/alacritty/toml/env.toml index fdd4e5d1..fdd4e5d1 100644 --- a/modules/home/conf/alacritty/toml/env.toml +++ b/modules/home.legacy/conf/alacritty/toml/env.toml diff --git a/modules/home/conf/alacritty/toml/font.toml b/modules/home.legacy/conf/alacritty/toml/font.toml index dd18a6fb..dd18a6fb 100644 --- a/modules/home/conf/alacritty/toml/font.toml +++ b/modules/home.legacy/conf/alacritty/toml/font.toml diff --git a/modules/home/conf/alacritty/toml/hints.toml b/modules/home.legacy/conf/alacritty/toml/hints.toml index 31d91a37..31d91a37 100644 --- a/modules/home/conf/alacritty/toml/hints.toml +++ b/modules/home.legacy/conf/alacritty/toml/hints.toml diff --git a/modules/home/conf/alacritty/toml/keyboard_bindings.toml b/modules/home.legacy/conf/alacritty/toml/keyboard_bindings.toml index 8e0b1e13..8e0b1e13 100644 --- a/modules/home/conf/alacritty/toml/keyboard_bindings.toml +++ b/modules/home.legacy/conf/alacritty/toml/keyboard_bindings.toml diff --git a/modules/home/conf/alacritty/toml/mouse.toml b/modules/home.legacy/conf/alacritty/toml/mouse.toml index eba68edf..eba68edf 100644 --- a/modules/home/conf/alacritty/toml/mouse.toml +++ b/modules/home.legacy/conf/alacritty/toml/mouse.toml diff --git a/modules/home/conf/alacritty/toml/mouse_bindings.toml b/modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml index 1b281748..1b281748 100644 --- a/modules/home/conf/alacritty/toml/mouse_bindings.toml +++ b/modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml diff --git a/modules/home/conf/alacritty/toml/scrolling.toml b/modules/home.legacy/conf/alacritty/toml/scrolling.toml index ed7c22cf..ed7c22cf 100644 --- a/modules/home/conf/alacritty/toml/scrolling.toml +++ b/modules/home.legacy/conf/alacritty/toml/scrolling.toml diff --git a/modules/home/conf/alacritty/toml/selection.toml b/modules/home.legacy/conf/alacritty/toml/selection.toml index 60ea0495..60ea0495 100644 --- a/modules/home/conf/alacritty/toml/selection.toml +++ b/modules/home.legacy/conf/alacritty/toml/selection.toml diff --git a/modules/home/conf/alacritty/toml/window.toml b/modules/home.legacy/conf/alacritty/toml/window.toml index 123b5b7a..123b5b7a 100644 --- a/modules/home/conf/alacritty/toml/window.toml +++ b/modules/home.legacy/conf/alacritty/toml/window.toml |