mirror of
https://github.com/ItsDrike/nixdots
synced 2025-01-24 05:44:34 +00:00
Compare commits
No commits in common. "d3a40dd75959bca1ca98b08bedcaa67c94291998" and "408e9fc6cb72f82cbe04fe21c3f38d36773c9b6b" have entirely different histories.
d3a40dd759
...
408e9fc6cb
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./wayland.nix
|
./wayland.nix
|
||||||
./stremio.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
osConfig,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
|
|
||||||
cfg = osConfig.myOptions.home-manager.programs.stremio;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
stremio
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./spotify
|
./spotify
|
||||||
./vesktop
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
osConfig,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
|
|
||||||
cfg = osConfig.myOptions.home-manager.programs.vesktop;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home.packages = with pkgs; [ vesktop ];
|
|
||||||
|
|
||||||
xdg.configFile = {
|
|
||||||
"vesktop/settings.json".text = builtins.toJSON {
|
|
||||||
discordBranch = "stable"; # consider "ptb"
|
|
||||||
firstLaunch = false;
|
|
||||||
arRPC = "on";
|
|
||||||
splashColor = "rgb(219, 222, 225)";
|
|
||||||
splashBackground = "rgb(49, 51, 56)";
|
|
||||||
checkUpdates = false;
|
|
||||||
staticTitle = true;
|
|
||||||
disableMinSize = true;
|
|
||||||
minimizeToTray = false;
|
|
||||||
tray = false;
|
|
||||||
appBadge = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
"autostart/vesktop.desktop" = mkIf cfg.autoStart {
|
|
||||||
source = "${pkgs.vesktop}/share/applications/vesktop.desktop";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
if [ "$1" = "temperature" ]; then
|
if [ "$1" = "temperature" ]; then
|
||||||
watch_cmd="{t}"
|
watch_cmd="{t}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# $1: Current number
|
# $1: Current number
|
||||||
# $2: Range minimum
|
# $2: Range minimum
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
MOUNTPOINTS=("/" "/mnt/ext")
|
MOUNTPOINTS=("/" "/mnt/ext")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# Define some icons
|
# Define some icons
|
||||||
SPEAKER_ICONS=("" "" "")
|
SPEAKER_ICONS=("" "" "")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -62,9 +62,7 @@
|
||||||
".mozilla"
|
".mozilla"
|
||||||
".mullvad"
|
".mullvad"
|
||||||
".config/chromium"
|
".config/chromium"
|
||||||
".config/vesktop"
|
|
||||||
".local/share/gnupg"
|
".local/share/gnupg"
|
||||||
".local/share/zoxide"
|
|
||||||
".local/share/wakatime"
|
".local/share/wakatime"
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/state/nvim"
|
".local/state/nvim"
|
||||||
|
@ -137,11 +135,6 @@
|
||||||
mullvad-browser.enable = true;
|
mullvad-browser.enable = true;
|
||||||
};
|
};
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
stremio.enable = true;
|
|
||||||
vesktop = {
|
|
||||||
enable = true;
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,10 +27,5 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
spotify.enable = mkEnableOption "Spotify";
|
spotify.enable = mkEnableOption "Spotify";
|
||||||
stremio.enable = mkEnableOption "Stremio free media center";
|
|
||||||
vesktop = {
|
|
||||||
enable = mkEnableOption "Vesktop (An alternate client for Discord with Vencord built-in)";
|
|
||||||
autoStart = mkEnableOption "Auto-Start for Vesktop";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue