setup ignis with home-manager (fixes dependencies)
This commit is contained in:
parent
d78c8a13ea
commit
c51c1c9dbc
3 changed files with 26 additions and 1 deletions
22
home-manager/desktop/ignis.nix
Normal file
22
home-manager/desktop/ignis.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{ config, inputs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
inputs.ignis.homeManagerModules.default
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.ignis = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
addToPythonEnv = false;
|
||||||
|
|
||||||
|
sass.enable = true;
|
||||||
|
sass.useDartSass = true;
|
||||||
|
|
||||||
|
services.bluetooth.enable = true;
|
||||||
|
services.audio.enable = true;
|
||||||
|
services.network.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.configFile."ignis".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/rep/heath";
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./ignis.nix
|
||||||
|
];
|
||||||
|
|
||||||
xdg.configFile."niri".source = "${config.dotfiles.path}/.config/niri";
|
xdg.configFile."niri".source = "${config.dotfiles.path}/.config/niri";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
tofi
|
tofi
|
||||||
wl-gammarelay-rs
|
wl-gammarelay-rs
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
self.inputs.ignis.packages.${pkgs.system}.ignis
|
|
||||||
self.inputs.matugen.packages.${pkgs.system}.default
|
self.inputs.matugen.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue