feat: update home-manager configuration and add custom icon support
- Include icons.nix in home.nix imports for custom icons - Update Kitty desktop entry to use custom icon path - Add librsvg and shared-mime-info to GNOME extensions
This commit is contained in:
parent
294ab93887
commit
3b7f0575a5
3 changed files with 11 additions and 5 deletions
|
|
@ -1,11 +1,13 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, ...
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./custom.nix
|
||||
./gnome
|
||||
./icons.nix
|
||||
./nvim
|
||||
./zsh.nix
|
||||
];
|
||||
|
|
@ -84,7 +86,7 @@
|
|||
userEmail = "th.spo@pm.me";
|
||||
userName = "Thiago Sposito";
|
||||
};
|
||||
|
||||
|
||||
gpg = {
|
||||
enable = true;
|
||||
package = pkgs.gnupg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue