mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Imports the hyprland home-manager module
This commit is contained in:
parent
c27aaf2cd5
commit
410aeeed62
1 changed files with 5 additions and 0 deletions
|
@ -2,8 +2,13 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
lxappearance
|
||||
|
|
Loading…
Add table
Reference in a new issue