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