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 = {
settings.trusted-users = [
"root"
"daniel"
];
extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false

View File

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

View File

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