diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index cbbd767..aaa3c4f 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -52,15 +52,15 @@ in package = pkgs.fish; interactiveShellInit = '' - any-nix-shell fish --info-right | source - function starship_transient_rprompt_func - set width "$(calc "($(tput cols)-12)/2")" - echo -n " <" - string repeat -n$width ─ - echo -n " " - starship module time - end - cat /var/lib/rust-motd/motd + any-nix-shell fish --info-right | source + function starship_transient_rprompt_func + set width "$(calc "($(tput cols)-12)/2")" + echo -n " <" + string repeat -n$width ─ + echo -n " " + starship module time + end + cat /var/lib/rust-motd/motd ''; loginShellInit = '' ''; diff --git a/systems/nixos-fw16/default.nix b/systems/nixos-fw16/default.nix index 2ec3cb5..c928e6f 100644 --- a/systems/nixos-fw16/default.nix +++ b/systems/nixos-fw16/default.nix @@ -27,7 +27,7 @@ security.sudo-rs.wheelNeedsPassword = lib.mkForce true; # unneded due to fp sensor - # Power mgmt + # Power mgmt services.power-profiles-daemon.enable = true; powerManagement.powertop.enable = true; programs.corectrl.gpuOverclock.enable = lib.mkForce false; # TODO Check if needed @@ -54,7 +54,6 @@ }; }; - boot = { # kernelPackages = pkgs.linuxPackages_cachyos; # bootstrap kernelPackages = pkgs.pkgsAMD64Microarchs.znver4.linuxPackages_cachyos; # TODO see above, include into module