current config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user