feat(stylix): Move stylix to home/demenik.nix
This commit is contained in:
@@ -45,7 +45,6 @@
|
|||||||
nixpkgs,
|
nixpkgs,
|
||||||
home-manager,
|
home-manager,
|
||||||
agenix,
|
agenix,
|
||||||
stylix,
|
|
||||||
nixos-wsl,
|
nixos-wsl,
|
||||||
statusbar,
|
statusbar,
|
||||||
...
|
...
|
||||||
@@ -98,9 +97,6 @@
|
|||||||
|
|
||||||
agenix.homeManagerModules.default
|
agenix.homeManagerModules.default
|
||||||
./secrets
|
./secrets
|
||||||
|
|
||||||
stylix.homeModules.stylix
|
|
||||||
./home/stylix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -117,9 +113,6 @@
|
|||||||
|
|
||||||
agenix.homeManagerModules.default
|
agenix.homeManagerModules.default
|
||||||
./secrets
|
./secrets
|
||||||
|
|
||||||
stylix.homeModules.stylix
|
|
||||||
./home/stylix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./global.nix
|
./global.nix
|
||||||
./xdg-desktop.nix
|
./xdg-desktop.nix
|
||||||
@@ -16,6 +20,9 @@
|
|||||||
./editors/nvim
|
./editors/nvim
|
||||||
./editors/intellij.nix
|
./editors/intellij.nix
|
||||||
./editors/godot.nix
|
./editors/godot.nix
|
||||||
|
|
||||||
|
inputs.stylix.homeModules.stylix
|
||||||
|
./stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".face" = {
|
home.file.".face" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user