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