mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
use zsh
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = "breeze";
|
||||
};
|
||||
|
||||
services = {
|
||||
@@ -41,10 +42,13 @@
|
||||
|
||||
|
||||
programs.dconf.enable = true;
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
#pkgs.gnome.dconf-editor
|
||||
pkgs.plymouth
|
||||
pkgs.breeze-plymouth
|
||||
pkgs.gnome.networkmanager-openconnect
|
||||
pkgs.numix-icon-theme
|
||||
pkgs.papirus-icon-theme
|
||||
|
||||
Reference in New Issue
Block a user