chore: add icons flake to nixstation
This commit is contained in:
parent
958c0d95d5
commit
3d5554a8bf
2 changed files with 12 additions and 1 deletions
|
|
@ -9,6 +9,17 @@
|
|||
imports = [ ./users/thiago/default.nix ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
libnitrokey = prev.libnitrokey.overrideAttrs (old: {
|
||||
cmakeFlags = (old.cmakeFlags or [ ]) ++ [
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
environment = {
|
||||
shells = with pkgs; [ zsh ];
|
||||
etc = lib.mapAttrs' (name: value: {
|
||||
|
|
@ -82,7 +93,6 @@
|
|||
pkgs.libwacom
|
||||
pkgs.nitrokey-udev-rules
|
||||
];
|
||||
|
||||
};
|
||||
users.groups.scard = { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue