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,
|
||||
...
|
||||
}: let
|
||||
nom = inputs.nix-monitored.packages.${pkgs.system}.default;
|
||||
nom = inputs.nix-monitored.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
in {
|
||||
nix.package = nom;
|
||||
nixpkgs.overlays = [
|
||||
|
|
|
@ -27,5 +27,5 @@ in {
|
|||
};
|
||||
|
||||
# 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-rime
|
||||
])
|
||||
++ (with inputs.berberman.packages.${pkgs.system}; [
|
||||
++ (with inputs.berberman.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
fcitx5-pinyin-moegirl
|
||||
fcitx5-pinyin-zhwiki
|
||||
]);
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = true;
|
||||
#plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
|
||||
#plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
# csgo-vulkan-fix
|
||||
#];
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
|
||||
spicePkgs = inputs.spicetify-nix.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
in {
|
||||
# import the flake's module for your system
|
||||
imports = [inputs.spicetify-nix.homeManagerModule];
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
enable = true;
|
||||
package = pkgs.clash-meta;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue