refactor(home): move modules/{program}.nix to modules/{program}/default.nix
This commit is contained in:
parent
c55400247b
commit
bf2392c65b
@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./modules/nethack.nix
|
||||
./modules/firefox.nix
|
||||
./modules/neovim.nix
|
||||
./modules/nethack/default.nix
|
||||
./modules/firefox/default.nix
|
||||
./modules/neovim/default.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./modules/hyprland.nix
|
||||
./modules/plasma.nix
|
||||
./modules/hyprland/default.nix
|
||||
./modules/plasma/default.nix
|
||||
];
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
theme = "breeze-dark";
|
||||
colorScheme = "BreezeDark";
|
||||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
wallpaper = ../resources/wallpaper.png;
|
||||
wallpaper = ../../resources/wallpaper.png;
|
||||
};
|
||||
|
||||
panels = [
|
Loading…
Reference in New Issue
Block a user