current config

This commit is contained in:
k
2025-12-03 17:38:31 +00:00
parent 0a2fb9609c
commit c0a1f5495f
2 changed files with 31 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
users = {
motd = "Welcome to the Server";
defaultUserShell = pkgs.nushell;
defaultUserShell = pkgs.zsh;
users = {
k = {
isNormalUser = true;
@@ -48,16 +48,14 @@
};
};
home-manager = {users = {"k" = import ./home.nix;};};
home-manager = {
backupFileExtension = "bk";
users = {"k" = import ./home.nix;};
};
environment.systemPackages = with pkgs; [
microcodeIntel
firefox
(pkgs.kodi.withPackages (kodiPkgs:
with kodiPkgs; [
jellyfin
youtube
]))
];
hardware.bluetooth.enable = true;