remove obsolete stuff from common christoph config
This commit is contained in:
@ -41,17 +41,13 @@ rec {
|
|||||||
discord.enable = false;
|
discord.enable = false;
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
flatseal.enable = true;
|
flatseal.enable = true;
|
||||||
|
# bottles.enable = true; # Configured by audio/gaming
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Email
|
# TODO: Email
|
||||||
# TODO: Run noisetorch as login script
|
# TODO: Run noisetorch as login script
|
||||||
# TODO: Gnome terminal config
|
# TODO: Gnome terminal config
|
||||||
|
|
||||||
# Disabled since HomeManager should use global pkgs
|
|
||||||
# https://github.com/nix-community/home-manager/issues/2942
|
|
||||||
# nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
|
||||||
# nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# Chinese Input
|
# Chinese Input
|
||||||
i18n.inputMethod.enabled = "fcitx5";
|
i18n.inputMethod.enabled = "fcitx5";
|
||||||
i18n.inputMethod.fcitx5.addons = with pkgs; [
|
i18n.inputMethod.fcitx5.addons = with pkgs; [
|
||||||
@ -251,14 +247,6 @@ rec {
|
|||||||
|
|
||||||
# Use NixCommunity binary cache
|
# Use NixCommunity binary cache
|
||||||
cachix
|
cachix
|
||||||
|
|
||||||
# Gaming
|
|
||||||
gamemode
|
|
||||||
# Flatpak nur.repos.dukzcry.gamescope # We need to install this with flatpak to be able to use with bottles
|
|
||||||
# Flatpak bottles
|
|
||||||
# Flatpak steam
|
|
||||||
# Flatpak proton-ge
|
|
||||||
# Flatpak polymc # Use flatpak as it bundles java and I don't have/want system wide java installation
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Packages with extra options managed by HomeManager natively
|
# Packages with extra options managed by HomeManager natively
|
||||||
@ -270,7 +258,7 @@ rec {
|
|||||||
# Exclusive with nix-index
|
# Exclusive with nix-index
|
||||||
# command-not-found.enable = true;
|
# command-not-found.enable = true;
|
||||||
|
|
||||||
chromium.enable = true;
|
# chromium.enable = true;
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user