Pin and Park cores
This commit is contained in:
parent
3527bf2d82
commit
37c969bc1f
2 changed files with 5 additions and 5 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
users.${config.conf.username} = {
|
users.${config.conf.username} = {
|
||||||
|
disabledModules = ["programs/anyrun.nix"];
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./common.nix
|
./common.nix
|
||||||
|
|
|
||||||
|
|
@ -58,8 +58,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.mods.hyprland.anyrun.enable (
|
config = lib.mkIf config.mods.hyprland.anyrun.enable (
|
||||||
lib.optionalAttrs (options ? programs.anyrun) {
|
lib.optionalAttrs (options ? home.packages) {
|
||||||
programs.anyrun = {
|
programs.anyrun = lib.mkForce {
|
||||||
enable = true;
|
enable = true;
|
||||||
config =
|
config =
|
||||||
if config.mods.hyprland.anyrun.useDefaultConfig
|
if config.mods.hyprland.anyrun.useDefaultConfig
|
||||||
|
|
@ -71,7 +71,6 @@
|
||||||
inputs.anyrun.packages.${pkgs.system}.translate
|
inputs.anyrun.packages.${pkgs.system}.translate
|
||||||
inputs.anyrun.packages.${pkgs.system}.websearch
|
inputs.anyrun.packages.${pkgs.system}.websearch
|
||||||
];
|
];
|
||||||
#position = "center";
|
|
||||||
hideIcons = false;
|
hideIcons = false;
|
||||||
width = {
|
width = {
|
||||||
fraction = 0.3;
|
fraction = 0.3;
|
||||||
|
|
@ -92,7 +91,7 @@
|
||||||
''
|
''
|
||||||
#window {
|
#window {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: none;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
box#main {
|
box#main {
|
||||||
|
|
@ -113,7 +112,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
entry#entry {
|
entry#entry {
|
||||||
border: none;
|
border: 0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 10px 10px 0px 10px;
|
margin: 10px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue