included hyprland .config
This commit is contained in:
parent
b9c6b6c0e7
commit
4dd043d3ed
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
hyprland.nix
|
./hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue