included hyprland .config

This commit is contained in:
m3tam3re 2023-04-09 11:33:15 +02:00
parent b9c6b6c0e7
commit 4dd043d3ed
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
hyprland.nix ./hyprland.nix
]; ];
} }

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
imports = [ imports = [
./base ./base
./dotfiles
../../features/cli ../../features/cli
../../features/coding ../../features/coding
../../features/desktop ../../features/desktop