Compare commits
No commits in common. "02c5171e04df5ec52da2dbd8d6fccd1fb2abf3dd" and "dc9c268c4d765239785c476985cac59fe564052e" have entirely different histories.
02c5171e04
...
dc9c268c4d
3 changed files with 4 additions and 17 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
excludePackages = [ pkgs.xterm ];
|
excludePackages = [ pkgs.xterm ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
displayManager.defaultSession = "gnome";
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
tinysparql.enable = false;
|
tinysparql.enable = false;
|
||||||
localsearch.enable = false;
|
localsearch.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,11 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
"udev.log_level=3"
|
"udev.log_level=3"
|
||||||
"udev.log_priority=3"
|
|
||||||
"rd.systemd.show_status=auto"
|
|
||||||
];
|
];
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd = {
|
initrd.verbose = false;
|
||||||
verbose = false;
|
plymouth.enable = true;
|
||||||
systemd.enable = true; # required fpr graphical LUKS prompt
|
|
||||||
};
|
|
||||||
plymouth = {
|
|
||||||
enable = true;
|
|
||||||
theme = "catppuccin-mocha";
|
|
||||||
themePackages = [
|
|
||||||
(pkgs.catppuccin-plymouth.override {
|
|
||||||
variant = "mocha";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
gtk.enable = false;
|
gtk.enable = false;
|
||||||
gtksourceview.enable = false;
|
gtksourceview.enable = false;
|
||||||
fontconfig.enable = true;
|
fontconfig.enable = true;
|
||||||
plymouth.enable = false;
|
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
sansSerif = {
|
sansSerif = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue