mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: lix, morlana, spdx-gen
This commit is contained in:
parent
b9832c59cf
commit
9cd5e745cd
6 changed files with 206 additions and 71 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
|
|
@ -12,13 +11,6 @@
|
|||
./modules/fish.nix
|
||||
];
|
||||
|
||||
system.activationScripts.extraActivation = {
|
||||
text = ''
|
||||
set -eo pipefail
|
||||
HOME="/var/root" ${pkgs.lib.getExe pkgs.nvd} --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig"
|
||||
'';
|
||||
};
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
environment.customIcons = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue