enables starship

This commit is contained in:
kenji
2025-08-13 08:14:24 -05:00
parent fac71ff78d
commit f040c4b610
4 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
nixos = { nixos = {
Hostname = "hakase"; Hostname = "hakase";
Timezone = "America/Chicago"; Timezone = "America/Chicago";
enableSteamOS = false; enableSteamOS = true;
Boot = { Boot = {
mode = "systemd"; # systemd or grub mode = "systemd"; # systemd or grub
Generated
+4 -4
View File
@@ -1009,11 +1009,11 @@
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1755004712, "lastModified": 1755090844,
"narHash": "sha256-IskHO+/PxNQynGIjE64ghlHN2/Ugx5K+2ttealv9EtE=", "narHash": "sha256-X+vdPR94d5JBr6KQ2WrbkLYK2ZTAkH22lh0OvKkLAio=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "fed7deef79fef5da2403842def6232ec3aea7f04", "rev": "d6c4327639fb10baba1e879779cf7a23f15d8212",
"revCount": 3715, "revCount": 3716,
"type": "git", "type": "git",
"url": "https://git.sakamoto.dev/kenji/illogical-impulse.git" "url": "https://git.sakamoto.dev/kenji/illogical-impulse.git"
}, },
+9 -7
View File
@@ -22,8 +22,10 @@
time.timeZone = "${myConfig.nixos.Timezone}"; time.timeZone = "${myConfig.nixos.Timezone}";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
heroic
pavucontrol pavucontrol
wl-clipboard wl-clipboard
delfin
fcitx5 fcitx5
protontricks protontricks
fcitx5-mozc-ut fcitx5-mozc-ut
@@ -142,13 +144,13 @@
getty.autologinUser = lib.mkOverride 10 "${myConfig.essentials.Username}"; getty.autologinUser = lib.mkOverride 10 "${myConfig.essentials.Username}";
greetd = { # greetd = {
enable = true; # enable = true;
settings.default_session = { # settings.default_session = {
user = lib.mkOverride 10 "${myConfig.essentials.Username}"; # user = lib.mkOverride 10 "${myConfig.essentials.Username}";
command = lib.mkOverride 10 "Hyprland"; # command = lib.mkOverride 10 "Hyprland";
}; # };
}; # };
flatpak.enable = true; flatpak.enable = true;
seatd.enable = true; seatd.enable = true;
+3 -3
View File
@@ -24,7 +24,7 @@
}; };
plymouth = { plymouth = {
enable = true; enable = false;
theme = "seal"; theme = "seal";
themePackages = with pkgs; [ themePackages = with pkgs; [
(adi1090x-plymouth-themes.override { (adi1090x-plymouth-themes.override {
@@ -35,8 +35,8 @@
kernelPackages = pkgs.linuxPackages_cachyos; kernelPackages = pkgs.linuxPackages_cachyos;
kernelParams = [ kernelParams = [
"quiet" # "quiet"
"splash" # "splash"
"boot.shell_on_fail" "boot.shell_on_fail"
"udev.log_priority=3" "udev.log_priority=3"
"rd.systemd.show_status=auto" "rd.systemd.show_status=auto"