diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-14 17:24:25 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-14 17:24:25 -0700 |
| commit | 0dc687871a859f78652ad959f7f9a9df7ee1a2e9 (patch) | |
| tree | ea892cb26b4c32ad0387a3b047402eef4eef6b40 | |
| parent | ab0151a45da61c16f18b8a6c158fc8e10a865a1c (diff) | |
Restructuring
| -rw-r--r-- | configuration.nix | 2 | ||||
| -rw-r--r-- | home.nix | 2 | ||||
| -rw-r--r-- | home/colors.nix (renamed from modules/home/colors.nix) | 0 | ||||
| -rw-r--r-- | home/default.nix (renamed from modules/home/default.nix) | 0 | ||||
| -rw-r--r-- | home/discord.nix (renamed from modules/home/discord.nix) | 2 | ||||
| -rw-r--r-- | home/eww.nix (renamed from modules/home/eww.nix) | 0 | ||||
| -rw-r--r-- | home/flameshot.nix (renamed from modules/home/flameshot.nix) | 0 | ||||
| -rw-r--r-- | home/git.nix (renamed from modules/home/git.nix) | 0 | ||||
| -rw-r--r-- | home/i3.nix (renamed from modules/home/i3.nix) | 0 | ||||
| -rw-r--r-- | home/kitty.nix (renamed from modules/home/kitty.nix) | 0 | ||||
| -rw-r--r-- | home/mpd.nix (renamed from modules/home/mpd.nix) | 0 | ||||
| -rw-r--r-- | home/mpv.nix (renamed from modules/home/mpv.nix) | 0 | ||||
| -rw-r--r-- | home/picom.nix (renamed from modules/home/picom.nix) | 0 | ||||
| -rw-r--r-- | home/polybar.nix (renamed from modules/home/polybar.nix) | 0 | ||||
| -rw-r--r-- | home/rofi.nix (renamed from modules/home/rofi.nix) | 0 | ||||
| -rw-r--r-- | home/theme.nix (renamed from modules/home/theme.nix) | 0 | ||||
| -rw-r--r-- | home/vscode.nix (renamed from modules/home/vscode.nix) | 0 | ||||
| -rw-r--r-- | home/zsh.nix (renamed from modules/home/zsh.nix) | 0 | ||||
| -rw-r--r-- | system/default.nix (renamed from modules/default.nix) | 0 | ||||
| -rw-r--r-- | system/fonts.nix (renamed from modules/fonts.nix) | 0 | ||||
| -rw-r--r-- | system/networking.nix (renamed from modules/networking.nix) | 0 | ||||
| -rw-r--r-- | system/pipewire.nix (renamed from modules/pipewire.nix) | 0 | ||||
| -rw-r--r-- | system/wifi.nix (renamed from modules/wifi.nix) | 0 | ||||
| -rw-r--r-- | system/xserver.nix (renamed from modules/xserver.nix) | 0 |
24 files changed, 3 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index c9e893c..c8d5843 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,7 +3,7 @@ { imports = [ ./hardware-configuration.nix - ./modules + ./system ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -4,7 +4,7 @@ imports = [ inputs.impermanence.nixosModules.home-manager.impermanence - ./modules/home + ./home ]; # theme.nix is a symlink to a theme under ./themes/ diff --git a/modules/home/colors.nix b/home/colors.nix index ecafe62..ecafe62 100644 --- a/modules/home/colors.nix +++ b/home/colors.nix diff --git a/modules/home/default.nix b/home/default.nix index 10fb742..10fb742 100644 --- a/modules/home/default.nix +++ b/home/default.nix diff --git a/modules/home/discord.nix b/home/discord.nix index 91fbd8e..7b18246 100644 --- a/modules/home/discord.nix +++ b/home/discord.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let - conversion = import ../../util/color-conversion.nix { inherit lib; }; + conversion = import ../util/color-conversion.nix { inherit lib; }; in { home.packages = with pkgs; [ (discord.override { diff --git a/modules/home/eww.nix b/home/eww.nix index c06dedc..c06dedc 100644 --- a/modules/home/eww.nix +++ b/home/eww.nix diff --git a/modules/home/flameshot.nix b/home/flameshot.nix index d238cec..d238cec 100644 --- a/modules/home/flameshot.nix +++ b/home/flameshot.nix diff --git a/modules/home/git.nix b/home/git.nix index f78396b..f78396b 100644 --- a/modules/home/git.nix +++ b/home/git.nix diff --git a/modules/home/i3.nix b/home/i3.nix index 2a2e175..2a2e175 100644 --- a/modules/home/i3.nix +++ b/home/i3.nix diff --git a/modules/home/kitty.nix b/home/kitty.nix index 852f554..852f554 100644 --- a/modules/home/kitty.nix +++ b/home/kitty.nix diff --git a/modules/home/mpd.nix b/home/mpd.nix index 46748c6..46748c6 100644 --- a/modules/home/mpd.nix +++ b/home/mpd.nix diff --git a/modules/home/mpv.nix b/home/mpv.nix index 5e1f013..5e1f013 100644 --- a/modules/home/mpv.nix +++ b/home/mpv.nix diff --git a/modules/home/picom.nix b/home/picom.nix index d625200..d625200 100644 --- a/modules/home/picom.nix +++ b/home/picom.nix diff --git a/modules/home/polybar.nix b/home/polybar.nix index 073919d..073919d 100644 --- a/modules/home/polybar.nix +++ b/home/polybar.nix diff --git a/modules/home/rofi.nix b/home/rofi.nix index d0ff642..d0ff642 100644 --- a/modules/home/rofi.nix +++ b/home/rofi.nix diff --git a/modules/home/theme.nix b/home/theme.nix index 056c8ac..056c8ac 100644 --- a/modules/home/theme.nix +++ b/home/theme.nix diff --git a/modules/home/vscode.nix b/home/vscode.nix index 84ed2ab..84ed2ab 100644 --- a/modules/home/vscode.nix +++ b/home/vscode.nix diff --git a/modules/home/zsh.nix b/home/zsh.nix index 7d72dba..7d72dba 100644 --- a/modules/home/zsh.nix +++ b/home/zsh.nix diff --git a/modules/default.nix b/system/default.nix index 8a8b05b..8a8b05b 100644 --- a/modules/default.nix +++ b/system/default.nix diff --git a/modules/fonts.nix b/system/fonts.nix index 89ee17a..89ee17a 100644 --- a/modules/fonts.nix +++ b/system/fonts.nix diff --git a/modules/networking.nix b/system/networking.nix index 13237a8..13237a8 100644 --- a/modules/networking.nix +++ b/system/networking.nix diff --git a/modules/pipewire.nix b/system/pipewire.nix index 0dfb230..0dfb230 100644 --- a/modules/pipewire.nix +++ b/system/pipewire.nix diff --git a/modules/wifi.nix b/system/wifi.nix index 9e23e44..9e23e44 100644 --- a/modules/wifi.nix +++ b/system/wifi.nix diff --git a/modules/xserver.nix b/system/xserver.nix index 1530c44..1530c44 100644 --- a/modules/xserver.nix +++ b/system/xserver.nix |