This commit is contained in:
2025-01-26 14:21:28 +00:00
parent c18090ec1f
commit 0e91761bf6
3 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ in {
# nix flakes compatibility # nix flakes compatibility
nix = { nix = {
settings.trusted-users = [
"root"
"daniel"
];
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
warn-dirty = false warn-dirty = false

View File

@@ -45,6 +45,7 @@
noto-fonts-emoji noto-fonts-emoji
nerd-fonts.iosevka nerd-fonts.iosevka
monocraft monocraft
source-code-pro
ubuntu_font_family ubuntu_font_family
]; ];

View File

@@ -60,6 +60,7 @@
pavucontrol pavucontrol
playerctl playerctl
slurp slurp
source-code-pro
spotify spotify
swaylock swaylock
udiskie udiskie
@@ -121,6 +122,10 @@ in {
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
home-manager.enable = true; home-manager.enable = true;
emacs = {
enable = true;
};
fzf = { fzf = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;