Merge branch 'feature/catppuccin-integration'
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
];
|
||||
|
||||
_module.args.compositor = "hyprland";
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
waypaper
|
||||
@@ -18,4 +17,32 @@
|
||||
];
|
||||
file.".config/waypaper/config.ini".source = ./waypaper.ini;
|
||||
};
|
||||
# TODO: Qutebrowser install
|
||||
programs = {
|
||||
mangohud = {
|
||||
enable = true;
|
||||
settings = {
|
||||
position = "top-right";
|
||||
|
||||
offset_x = 20;
|
||||
offset_y = 20;
|
||||
|
||||
fps = true;
|
||||
cpu_stats = true;
|
||||
gpu_stats = true;
|
||||
cpu_temp = true;
|
||||
gpu_temp = true;
|
||||
ram = true;
|
||||
vram = true;
|
||||
|
||||
background_alpha = 0.5;
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Needs config!
|
||||
mpv = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,12 +8,12 @@ in
|
||||
packages = with pkgs; [
|
||||
adwaita-icon-theme
|
||||
];
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "catppuccin-mocha-sapphire-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaSapphire;
|
||||
size = 24;
|
||||
};
|
||||
#pointerCursor = {
|
||||
# gtk.enable = true;
|
||||
# name = "catppuccin-mocha-sapphire-cursors";
|
||||
# package = pkgs.catppuccin-cursors.mochaSapphire;
|
||||
# size = 24;
|
||||
#};
|
||||
file = {
|
||||
".config/gtk-4.0/gtk.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk.css";
|
||||
".config/gtk-4.0/gtk-dark.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk-dark.css";
|
||||
|
||||
@@ -19,10 +19,6 @@ in
|
||||
./portal.nix
|
||||
];
|
||||
|
||||
catppuccin.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
catppuccin-cursors.mochaDark
|
||||
grim
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
{
|
||||
|
||||
catppuccin.hyprlock.enable = false;
|
||||
|
||||
# Hyprlock configuration
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
@@ -2,11 +2,8 @@
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
style.name = "kvantum";
|
||||
platformTheme.name = "kvantum";
|
||||
style = {
|
||||
name = "kvantum";
|
||||
package = pkgs.catppuccin-kvantum;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qt6ct
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
catppuccin.waybar = {
|
||||
enable = true;
|
||||
mode = "createLink";
|
||||
};
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar;
|
||||
|
||||
Reference in New Issue
Block a user