meow
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
modules.stylix
|
||||
modules.quickshell
|
||||
modules.nix-ld
|
||||
modules.spotify
|
||||
modules.easyeffects
|
||||
];
|
||||
nixos =
|
||||
{ config, pkgs, ... }:
|
||||
@@ -63,7 +65,7 @@
|
||||
equibop
|
||||
telegram-desktop
|
||||
obsidian
|
||||
pear-desktop
|
||||
# pear-desktop
|
||||
prismlauncher
|
||||
deadlock-mod-manager
|
||||
gamescope
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{ den, modules, ... }:
|
||||
{
|
||||
modules.easyeffects = {
|
||||
homeManager = {
|
||||
services.easyeffects.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
{
|
||||
imports = [
|
||||
# Example for NixOS
|
||||
inputs.spicetify-nix.nixosModules.spicetify
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
@@ -26,8 +26,8 @@
|
||||
hidePodcasts
|
||||
shuffle # shuffle+ (special characters are sanitized out of extension names)
|
||||
];
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
theme = spicePkgs.themes.onepunch;
|
||||
colorScheme = "dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user