init starship on launch

This commit is contained in:
christoph.hollizeck 2024-03-27 14:23:25 +01:00
parent 8f33c7157e
commit 03deac14c9
9 changed files with 22 additions and 31 deletions

View file

@ -9,7 +9,6 @@ with lib.wyrdgard; {
imports = [./hardware.nix];
environment.systemPackages = with pkgs; [
filelight
];
# nvidia
@ -36,9 +35,6 @@ with lib.wyrdgard; {
};
apps = {
cli-apps = {
fish = enabled;
};
vivaldi = enabled;
discord = enabled;
_1password = enabled;
@ -48,13 +44,5 @@ with lib.wyrdgard; {
services.xserver.videoDrivers = ["nvidia"];
services.xserver.displayManager.sddm.wayland.enable = lib.mkForce false;
# Configure Home-Manager options from NixOS.
snowfallorg.user.cholli.home.config = {
programs.kitty = {
theme = "Tokyo Night";
shellIntegration.enableFishIntegration = true;
};
};
system.stateVersion = "23.11";
}