forked from mirrors_public/oddlama_nix-config
chore: update flake, add uwsm
This commit is contained in:
parent
080e8b7f52
commit
cde4da7e51
16 changed files with 397 additions and 74 deletions
|
@ -1,8 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
# Disable sudo which is entierly unnecessary.
|
||||
# Disable sudo which is entirely unnecessary.
|
||||
security.sudo.enable = false;
|
||||
services.dbus.implementation = "broker";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.defaultLocale = "C.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue