refactor desktop modules
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
imports = [
|
||||
self.homeManagerModules.dotfiles
|
||||
./ignis.nix
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
xdg.configFile."niri".source = "${config.dotfiles.path}/.config/niri";
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
{
|
||||
imports = [
|
||||
self.homeManagerModules.dotfiles
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user