feat: custom fish prompt and GDK scaling
This commit is contained in:
parent
b62127100e
commit
956c555c6f
2 changed files with 8 additions and 1 deletions
|
@ -16,6 +16,10 @@ in
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
${builtins.readFile ./init/zoxide.fish}
|
${builtins.readFile ./init/zoxide.fish}
|
||||||
${builtins.readFile ./init/nh.fish}
|
${builtins.readFile ./init/nh.fish}
|
||||||
|
function fish_greeting
|
||||||
|
${pkgs.fortune}/bin/fortune -a
|
||||||
|
end
|
||||||
|
funcsave -q fish_greeting
|
||||||
'';
|
'';
|
||||||
shellAliases = import ../aliases {inherit pkgs;};
|
shellAliases = import ../aliases {inherit pkgs;};
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
@ -8,13 +8,16 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./variables.nix
|
../common/variables.nix
|
||||||
#./greetd-sway.nix
|
#./greetd-sway.nix
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./services/laptop.preset.nix
|
./services/laptop.preset.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
environment.variables = {
|
||||||
|
GDK_SCALE = config.displayScale;
|
||||||
|
};
|
||||||
security.pam.services.hyprlock = {};
|
security.pam.services.hyprlock = {};
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enabled = "fcitx5";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue