refactor(flake-parts): initial flake-parts configuration
This commit is contained in:
parent
8f67be9e68
commit
5603001d65
230 changed files with 380 additions and 717 deletions
|
|
@ -1,69 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.profiles.hyprland;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
homeModules.desktop = {
|
||||
|
||||
wayland = {
|
||||
enable = true;
|
||||
windowManager.hyprland = {
|
||||
enable = true;
|
||||
extras = {
|
||||
hyprcapture.enable = true;
|
||||
hyprshade.enable = true;
|
||||
};
|
||||
};
|
||||
lockscreen.hyprlock.enable = true;
|
||||
notification.mako.enable = true;
|
||||
bar.waybar.enable = true;
|
||||
launcher.rofi.enable = true;
|
||||
utility = {
|
||||
tools.enable = true;
|
||||
gammastep.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
security.polkit = "pantheon";
|
||||
|
||||
communication = {
|
||||
discord.enable = true;
|
||||
};
|
||||
|
||||
creative = {
|
||||
audio = {
|
||||
audacity.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
browser.firefox= {
|
||||
enable = true;
|
||||
default = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
foot = {
|
||||
enable = true;
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
media = {
|
||||
music.tui.enable = true;
|
||||
music.easyeffects.enable = true;
|
||||
image.imv.enable = true;
|
||||
video = {
|
||||
mpv.enable = true;
|
||||
youtube.enable = true;
|
||||
jellyfin.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue