Remove unused/unneeded inputs
This commit is contained in:
parent
1a80986ebd
commit
b034d61eb3
5 changed files with 10 additions and 274 deletions
|
@ -3,7 +3,10 @@
|
|||
enable = true;
|
||||
config = {
|
||||
pager = "less -FR";
|
||||
theme = "Dracula";
|
||||
theme = "Catpuccin Mocha";
|
||||
};
|
||||
themes = {
|
||||
file = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
{...}: {
|
||||
imports =
|
||||
[(import ./hyprland.nix)]
|
||||
++ [(import ./config.nix)]
|
||||
++ [(import ./hyprlock.nix)]
|
||||
++ [(import ./hypridle.nix)]
|
||||
++ [(import ./variables.nix)]
|
||||
++ [inputs.hyprland.homeManagerModules.default];
|
||||
++ [(import ./variables.nix)];
|
||||
|
||||
xdg.configFile."hypr/default_wallpaper.png".source = ./default_wallpaper.png;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,4 @@
|
|||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
programs.waybar.package = pkgs.waybar.overrideAttrs (oa: {
|
||||
mesonFlags = (oa.mesonFlags or []) ++ ["-Dexperimental=true"];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue