feat: removed a bunch of flake inputs

This commit is contained in:
Nick 2025-02-03 00:02:52 -06:00
parent 4a9592dad8
commit 17ea540427
8 changed files with 95 additions and 1032 deletions

View file

@ -1,8 +1,3 @@
{
flake,
pkgs,
...
}:
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
@ -10,7 +5,6 @@ in
{
services.hypridle = {
enable = true;
package = flake.inputs.hypridle.packages.${pkgs.system}.hypridle;
settings = settingsPath;
};
}

View file

@ -1,5 +1,4 @@
{
pkgs,
flake,
config,
...
@ -29,7 +28,6 @@ in
{
wayland.windowManager.hyprland = {
enable = true;
package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd.enable = false;
settings = configImports;

View file

@ -12,7 +12,6 @@ in
{
programs.waybar = {
enable = true;
package = flake.inputs.waybar.packages.${pkgs.system}.default;
settings = settingsPath;
style = stylePath;
};

View file

@ -1,12 +1,6 @@
{
flake,
pkgs,
...
}:
{
programs.wpaperd = {
enable = true;
package = flake.inputs.wpaperd.packages.${pkgs.system}.default;
settings = {
"default" = {
path = "~/Files/Projects/dotfiles/home/modules/gui/desktop/wpaperd/wallpaper";