boot
This commit is contained in:
parent
d86cc3c816
commit
3d26de29d3
7 changed files with 179 additions and 142 deletions
|
|
@ -9,6 +9,9 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-36.9.5"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -22,6 +25,27 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enable "Silent boot"
|
||||
consoleLogLevel = 3;
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"boot.shell_on_fail"
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
# Hide the OS choice for bootloaders.
|
||||
# It's still possible to open the bootloader list by pressing any key
|
||||
# It will just not appear on screen unless a key is pressed
|
||||
loader.timeout = 0;
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
interactiveShellInit = ''
|
||||
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
typescript-language-server
|
||||
lua-language-server
|
||||
marksman
|
||||
typstfmt
|
||||
tofu-ls
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-33.4.11"
|
||||
"electron-36.9.5"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,16 +29,11 @@
|
|||
thunderbird
|
||||
discord
|
||||
slack
|
||||
speedcrunch
|
||||
# remmina
|
||||
vial
|
||||
via
|
||||
drawio
|
||||
freecad-wayland
|
||||
evince
|
||||
jan
|
||||
vlc
|
||||
vscode
|
||||
spotify
|
||||
ansible
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@
|
|||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
typstfmt
|
||||
websocat
|
||||
nix-search-cli
|
||||
libsixel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue