chore: Further modularize flake
This commit is contained in:
parent
c3706f3d36
commit
912751b0df
9 changed files with 124 additions and 112 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, config, ... }: {
|
||||
imports = [
|
||||
../../modules/ironbar_config.nix
|
||||
../../modules
|
||||
];
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
# default
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{ config, ... }: {
|
||||
{
|
||||
imports = [
|
||||
../../modules/ironbar_config.nix
|
||||
../../modules/hyprpaper_config.nix
|
||||
../../modules
|
||||
];
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
# default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue