refactor desktop modules

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent e667e36c4b
commit 4ea5ab0550
5 changed files with 15 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
self,
config,
inputs,
pkgs,
...
}:
{
@@ -10,6 +11,15 @@
inputs.ignis.homeManagerModules.default
];
home.packages = [
pkgs.brightnessctl
pkgs.swaybg
pkgs.swaylock
pkgs.tofi
pkgs.wl-gammarelay-rs
inputs.matugen.packages.${pkgs.system}.default
];
programs.ignis = {
enable = true;

View File

@@ -2,7 +2,7 @@
{
imports = [
self.homeManagerModules.dotfiles
./ignis.nix
./wayland.nix
];
xdg.configFile."niri".source = "${config.dotfiles.path}/.config/niri";

View File

@@ -7,6 +7,7 @@
{
imports = [
self.homeManagerModules.dotfiles
./wayland.nix
];
home.packages = with pkgs; [