alien: remove games
This commit is contained in:
parent
36f85a49dd
commit
bb8af61737
1 changed files with 24 additions and 25 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
spicetify-nix,
|
spicetify-nix,
|
||||||
...
|
...
|
||||||
}: {
|
}:
|
||||||
|
{
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
accent = "blue";
|
accent = "blue";
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
|
|
@ -12,10 +13,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# steam gtk theming
|
# steam gtk theming
|
||||||
adwsteamgtk
|
adwsteamgtk
|
||||||
|
|
||||||
daggerfall-unity
|
|
||||||
shipwright
|
|
||||||
_2ship2harkinian
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.noctalia-shell.settings.brightness = {
|
programs.noctalia-shell.settings.brightness = {
|
||||||
|
|
@ -33,28 +30,30 @@
|
||||||
scale = 1.75;
|
scale = 1.75;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.spicetify = let
|
programs.spicetify =
|
||||||
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
let
|
||||||
in {
|
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||||
enable = true;
|
in
|
||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
enabledExtensions = with spicePkgs.extensions; [
|
||||||
adblock
|
adblock
|
||||||
hidePodcasts
|
hidePodcasts
|
||||||
shuffle # shuffle+ (special characters are sanitized out of extension names)
|
shuffle # shuffle+ (special characters are sanitized out of extension names)
|
||||||
];
|
];
|
||||||
enabledCustomApps = with spicePkgs.apps; [
|
enabledCustomApps = with spicePkgs.apps; [
|
||||||
newReleases
|
newReleases
|
||||||
ncsVisualizer
|
ncsVisualizer
|
||||||
];
|
];
|
||||||
enabledSnippets = with spicePkgs.snippets; [
|
enabledSnippets = with spicePkgs.snippets; [
|
||||||
rotatingCoverart
|
rotatingCoverart
|
||||||
pointer
|
pointer
|
||||||
];
|
];
|
||||||
|
|
||||||
theme = spicePkgs.themes.catppuccin;
|
theme = spicePkgs.themes.catppuccin;
|
||||||
colorScheme = config.catppuccin.flavor;
|
colorScheme = config.catppuccin.flavor;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
panels = [
|
panels = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue