treewide: remove aliases
This commit is contained in:
parent
92b85bee28
commit
d313750925
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
nom = inputs.nix-monitored.packages.${pkgs.system}.default;
|
nom = inputs.nix-monitored.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||||
in {
|
in {
|
||||||
nix.package = nom;
|
nix.package = nom;
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
|
@ -27,5 +27,5 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Web interface
|
# Web interface
|
||||||
environment.etc."clash-meta/metacubexd".source = inputs.self.packages.${pkgs.system}.metacubexd;
|
environment.etc."clash-meta/metacubexd".source = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.metacubexd;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
fcitx5-chinese-addons
|
fcitx5-chinese-addons
|
||||||
#fcitx5-rime
|
#fcitx5-rime
|
||||||
])
|
])
|
||||||
++ (with inputs.berberman.packages.${pkgs.system}; [
|
++ (with inputs.berberman.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||||
fcitx5-pinyin-moegirl
|
fcitx5-pinyin-moegirl
|
||||||
fcitx5-pinyin-zhwiki
|
fcitx5-pinyin-zhwiki
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidiaPatches = true;
|
enableNvidiaPatches = true;
|
||||||
#plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
|
#plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||||
# csgo-vulkan-fix
|
# csgo-vulkan-fix
|
||||||
#];
|
#];
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
|
spicePkgs = inputs.spicetify-nix.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||||
in {
|
in {
|
||||||
# import the flake's module for your system
|
# import the flake's module for your system
|
||||||
imports = [inputs.spicetify-nix.homeManagerModule];
|
imports = [inputs.spicetify-nix.homeManagerModule];
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.clash-meta;
|
package = pkgs.clash-meta;
|
||||||
configFile = config.sops.templates."clash.yaml".path;
|
configFile = config.sops.templates."clash.yaml".path;
|
||||||
webui = inputs.self.packages.${pkgs.system}.metacubexd;
|
webui = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.metacubexd;
|
||||||
};
|
};
|
||||||
|
|
||||||
### sops-nix
|
### sops-nix
|
||||||
|
|
Loading…
Reference in a new issue