refactor desktop modules
This commit is contained in:
parent
e667e36c4b
commit
4ea5ab0550
5 changed files with 15 additions and 9 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue