europa: disable kurinto
This commit is contained in:
parent
aa823c4e3d
commit
e5b35d38e6
@ -1,7 +1,6 @@
|
||||
{ config, pkgs, lib, modulesPath, inputs, ... }:
|
||||
let
|
||||
myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
|
||||
kurinto = pkgs.callPackage ../../pkgs/kurinto.nix { };
|
||||
peerixUser = if builtins.hasAttr "peerix" config.users.users then
|
||||
config.users.users.peerix.name
|
||||
else
|
||||
@ -189,8 +188,6 @@ in {
|
||||
(callPackage ../../pkgs/zutty.nix { })
|
||||
];
|
||||
|
||||
fonts.fonts = [ kurinto ];
|
||||
|
||||
# for Pharo
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user