Trying with emacs
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
username = "henrov"; # <-- vervang dit door je echte gebruikersnaam
|
||||
@@ -7,7 +12,8 @@ in
|
||||
home-manager.users.${username} = {
|
||||
# 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";
|
||||
xdg.configFile."local/share/icons/Papirus-Dark".source =
|
||||
"/assets/system/theming/icons/papirus-dark";
|
||||
|
||||
# GTK icon theme: Papirus + Catppuccin Mocha
|
||||
gtk.enable = true;
|
||||
@@ -36,8 +42,7 @@ in
|
||||
thunar-media-tags-plugin
|
||||
tumbler
|
||||
ffmpegthumbnailer
|
||||
gvfs
|
||||
gvfs-mtp
|
||||
gvfs # MTP support zit hier al in
|
||||
gvfs-afc
|
||||
gvfs-goa
|
||||
gvfs-google
|
||||
|
||||
Reference in New Issue
Block a user