mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
cbb7128218
commit
de63708b61
22 changed files with 85 additions and 31 deletions
|
@ -4,6 +4,7 @@ let
|
|||
firefox = import ./modules/firefox;
|
||||
obs-studio = import ./modules/obs-studio;
|
||||
qbittorrent = import ./modules/qbittorrent;
|
||||
steam = import ./modules/steam;
|
||||
# Files
|
||||
bottom = import ./modules/bottom.nix;
|
||||
brave = import ./modules/brave.nix;
|
||||
|
@ -85,6 +86,7 @@ in {
|
|||
nextcloud
|
||||
nushell
|
||||
starship
|
||||
steam
|
||||
vscode
|
||||
wezterm
|
||||
yazi
|
||||
|
@ -118,6 +120,7 @@ in {
|
|||
misc-media
|
||||
freetube
|
||||
mpv
|
||||
steam
|
||||
];
|
||||
};
|
||||
extras = {
|
||||
|
|
|
@ -3,5 +3,11 @@
|
|||
enable = true;
|
||||
config.theme = "catppuccin-macchiato";
|
||||
};
|
||||
xdg.configFile."bat/themes/catppuccin-mocha.tmTheme".source = ./catppuccin-macchiato.tmTheme;
|
||||
home = {
|
||||
file = {
|
||||
"./.config/bat/themes/macchiato.tmTheme" = {
|
||||
source = ./macchiato.tmTheme;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
(pkgs)
|
||||
lutris
|
||||
prismlauncher
|
||||
steam
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,5 +8,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
xdg.configFile."obs-studio/themes".source = ./themes;
|
||||
home = {
|
||||
file = {
|
||||
"./.config/obs-studio/themes" = {
|
||||
source = ./themes;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
16
home-manager/modules/steam/default.nix
Normal file
16
home-manager/modules/steam/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
steam
|
||||
;
|
||||
};
|
||||
|
||||
home = {
|
||||
file = {
|
||||
"./.steam/steam/steam_dev.cfg" = {
|
||||
source = ./steam_dev.cfg;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
2
home-manager/modules/steam/steam_dev.cfg
Executable file
2
home-manager/modules/steam/steam_dev.cfg
Executable file
|
@ -0,0 +1,2 @@
|
|||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
|
@ -5,5 +5,12 @@
|
|||
vesktop
|
||||
;
|
||||
};
|
||||
xdg.configFile."vesktop/themes/macchiato.theme.css".source = ./macchiato.theme.css;
|
||||
|
||||
home = {
|
||||
file = {
|
||||
"./.config/vesktop/themes/macchiato-theme.css" = {
|
||||
source = ./macchiato-theme.css;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
1
home-manager/modules/vesktop/macchiato-theme.css
Executable file
1
home-manager/modules/vesktop/macchiato-theme.css
Executable file
|
@ -0,0 +1 @@
|
|||
@import url("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");
|
|
@ -1,11 +0,0 @@
|
|||
/**
|
||||
* @name Catppuccin Macchiato
|
||||
* @author winston#0001
|
||||
* @authorId 505490445468696576
|
||||
* @version 0.2.0
|
||||
* @description 🎮 Soothing pastel theme for Discord
|
||||
* @website https://github.com/catppuccin/discord
|
||||
* @invite r6Mdz5dpFc
|
||||
* **/
|
||||
|
||||
@import url("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");
|
Loading…
Add table
Add a link
Reference in a new issue