From 601e848d467a630482b57a4670a498ccccec53b3 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 14 Mar 2026 21:16:17 +0000 Subject: [PATCH] Trying with emacs --- Droidnix/README.org | 9 +++------ .../system/applications/file_management/top.nix | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 181a83b55..aa808fbdd 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1511,7 +1511,6 @@ This is top file of this level which contains just an import statement for all r imports = [ ./thunar.nix ]; - # .. put any code here } #+END_SRC @@ -1521,7 +1520,7 @@ This is top file of this level which contains just an import statement for all r { config, pkgs, lib, ... }: { - home-manager.users.${config.home.username} = { + home-manager.users.henrov = { # Symlink Papirus icon theme xdg.configFile."local/share/icons/Papirus".source = "/assets/system/theming/icons/papirus"; xdg.configFile."local/share/icons/Papirus-Dark".source = "/assets/system/theming/icons/papirus-dark"; # If you have the dark variant @@ -1531,7 +1530,7 @@ This is top file of this level which contains just an import statement for all r gtk.gtk3.iconTheme.name = "Papirus"; gtk.gtk4.iconTheme.name = "Papirus"; - # Thunar and its plugins (as before) + # Thunar and its plugins home.packages = with pkgs; [ thunar thunar-volman @@ -1555,9 +1554,7 @@ This is top file of this level which contains just an import statement for all r }; }; }; -} - -#+END_SRC +}#+END_SRC ** =generated/system/applications/gaming/top.nix= This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder diff --git a/Droidnix/generated/system/applications/file_management/top.nix b/Droidnix/generated/system/applications/file_management/top.nix index e6377b86c..25334098d 100644 --- a/Droidnix/generated/system/applications/file_management/top.nix +++ b/Droidnix/generated/system/applications/file_management/top.nix @@ -3,5 +3,4 @@ imports = [ ./thunar.nix ]; - # .. put any code here }