update nixos

This commit is contained in:
Gabriel Ebner 2023-02-24 11:40:43 -08:00
parent 4fb0970418
commit bd20b7622d
5 changed files with 12 additions and 11 deletions

View File

@ -6,8 +6,8 @@
]; ];
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx"; enabled = "fcitx5";
fcitx.engines = with pkgs.fcitx-engines; [ mozc anthy table-other m17n ]; fcitx5.addons = with pkgs; [ fcitx5-mozc fcitx5-table-other fcitx5-m17n fcitx5-rime rime-data ];
}; };
fonts = { fonts = {
@ -69,7 +69,7 @@
]; ];
# prevent satanic torture # prevent satanic torture
qt5.platformTheme = "qt5ct"; qt.platformTheme = "qt5ct";
hardware.uinput.enable = true; hardware.uinput.enable = true;
users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" "uinput" ]; users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" "uinput" ];

View File

@ -27,8 +27,8 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh = { services.openssh = {
enable = true; enable = true;
permitRootLogin = "no"; settings.PermitRootLogin = "no";
passwordAuthentication = false; settings.PasswordAuthentication = false;
}; };
programs.ssh.startAgent = false; programs.ssh.startAgent = false;

View File

@ -104,7 +104,8 @@
programs.adb.enable = true; programs.adb.enable = true;
users.extraUsers.gebner.extraGroups = [ "adbusers" ]; users.extraUsers.gebner.extraGroups = [ "adbusers" ];
# nixpkgs.config.packageOverrides = pkgs: with pkgs; { nixpkgs.config.packageOverrides = pkgs: with pkgs; {
# }; khal = pkgs.khal.overridePythonAttrs (_: { doCheck = false; });
};
} }

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1669320964, "lastModified": 1677063315,
"narHash": "sha256-EBFw+ge12Pcr3qCk8If3/eMBAoQLR7ytndXZoRevUtM=", "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "27ccd29078f974ddbdd7edc8e38c8c8ae003c877", "rev": "988cc958c57ce4350ec248d2d53087777f9e1949",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -63,7 +63,7 @@
}; };
# prevent satanic torture # prevent satanic torture
qt5.platformTheme = "qt5ct"; qt.platformTheme = "qt5ct";
hardware.uinput.enable = true; hardware.uinput.enable = true;
users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" "uinput" ]; users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" "uinput" ];