mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +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,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [
|
||||||
|
inputs.hyprland.homeManagerModules.default
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
lxappearance
|
lxappearance
|
||||||
|
|
Loading…
Add table
Reference in a new issue