mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Refactor
This commit is contained in:
parent
57629bee64
commit
3c29aa1417
5 changed files with 77 additions and 63 deletions
|
|
@ -9,8 +9,10 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
myConfig = {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.silent = true;
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
|
||||
dm.tuigreet.enable = true;
|
||||
de.hyprland.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue