display Desktop

This commit is contained in:
2024-05-11 08:16:42 +02:00
parent 47ee3afba0
commit 22703c4a9c
8 changed files with 40 additions and 6 deletions

View File

@@ -31,9 +31,6 @@
};
programs = { home-manager.enable = true; };
home.file."git/minlog".source =
config.lib.file.mkOutOfStoreSymlink "${pkgs.minlog}/share/minlog";
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-25.9.0" ];