about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 18:04:35 +0200
committerPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 18:04:35 +0200
commit06a637ca71018a0f22d4becbdeea820ff6a1ddef (patch)
treedcd2b3c2535c3fff32b5c53d7aa57ee93f701d79 /machines
parent4db69270b16fecd08258b3a595de86c62153308a (diff)
downloaddots-06a637ca71018a0f22d4becbdeea820ff6a1ddef.tar.gz
dots-06a637ca71018a0f22d4becbdeea820ff6a1ddef.zip
16 current 2024-09-29 18:04:32 24.05.20240928.fbca5e7 6.6.52 *
Diffstat (limited to 'machines')
-rw-r--r--machines/t14/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix
index 7e7bff1..db6ffe3 100644
--- a/machines/t14/configuration.nix
+++ b/machines/t14/configuration.nix
@@ -38,6 +38,8 @@ in {
 	programs.nano.enable = false;
 	programs.git.enable = true;
 
+	boot.plymouth.enable = true;
+
 # Allow unfree packages
 	nixpkgs.config.allowUnfree = true;
 	nix.settings.experimental-features = [ "flakes" "nix-command" ];