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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./modules/nethack.nix
|
./modules/nethack/default.nix
|
||||||
./modules/firefox.nix
|
./modules/firefox/default.nix
|
||||||
./modules/neovim.nix
|
./modules/neovim/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./modules/hyprland.nix
|
./modules/hyprland/default.nix
|
||||||
./modules/plasma.nix
|
./modules/plasma/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
theme = "breeze-dark";
|
theme = "breeze-dark";
|
||||||
colorScheme = "BreezeDark";
|
colorScheme = "BreezeDark";
|
||||||
lookAndFeel = "org.kde.breezedark.desktop";
|
lookAndFeel = "org.kde.breezedark.desktop";
|
||||||
wallpaper = ../resources/wallpaper.png;
|
wallpaper = ../../resources/wallpaper.png;
|
||||||
};
|
};
|
||||||
|
|
||||||
panels = [
|
panels = [
|
Loading…
Reference in New Issue
Block a user