Trying with emacs

This commit is contained in:
2026-03-14 21:16:17 +00:00
parent a29f5bc6e4
commit 601e848d46
2 changed files with 3 additions and 7 deletions
+3 -6
View File
@@ -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
@@ -3,5 +3,4 @@
imports = [
./thunar.nix
];
# .. put any code here
}