Replace grub with systemd-boot
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# Display manager
|
||||
service.xserver.displayManager = {
|
||||
services.xserver.displayManager = {
|
||||
defaultSession = "sway";
|
||||
sddm = {
|
||||
enable = true;
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
# Set hostname and hostid
|
||||
networking = {
|
||||
hostName = "panacea";
|
||||
hostId = "a434d9ed230d";
|
||||
hostId = "8feb0bb8";
|
||||
wireless = {
|
||||
enable = true;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
# Enable zeroconf
|
||||
|
||||
@@ -5,11 +5,16 @@
|
||||
# Monitoring
|
||||
htop
|
||||
# Password management
|
||||
pass-wayland passff-host gitAndTools.pass-git-helper
|
||||
pass-wayland
|
||||
passff-host
|
||||
gitAndTools.pass-git-helper
|
||||
# Browsers
|
||||
firefox chromium
|
||||
firefox
|
||||
chromium
|
||||
# LaTeX
|
||||
texlive.combind.scheme-full pandoc pandoc-citeproc
|
||||
texlive.combind.scheme-full
|
||||
pandoc
|
||||
pandoc-citeproc
|
||||
];
|
||||
|
||||
# Fonts declaration
|
||||
|
||||
Reference in New Issue
Block a user