Switched to latest firmware, and moved hyprland and waybar to their own files
This commit is contained in:
@@ -192,8 +192,8 @@
|
||||
# services.xserver.enable = true;
|
||||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
# services.displayManager.sddm.enable = true;
|
||||
# services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
# services.xserver.xkb = {
|
||||
@@ -223,14 +223,25 @@
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.libinput.enable = true;
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.space-mono
|
||||
nerd-fonts.sauce-code-pro
|
||||
nerd-fonts.monofur
|
||||
nerd-fonts.noto
|
||||
nerd-fonts.fira-mono
|
||||
];
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
packages = with pkgs; [
|
||||
# nerd-fonts.fira-code
|
||||
# nerd-fonts.space-mono
|
||||
# nerd-fonts.sauce-code-pro
|
||||
# nerd-fonts.monofur
|
||||
# nerd-fonts.noto
|
||||
# nerd-fonts.fira-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
font-awesome
|
||||
material-design-icons
|
||||
noto-fonts-emoji
|
||||
]++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.th3r00t = {
|
||||
|
||||
Reference in New Issue
Block a user