This commit is contained in:
doloro
2025-09-22 23:24:36 +00:00
parent 7dde8c496d
commit 37b92bb861
5 changed files with 24 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
userName = "doloro";
userEmail = "doloro@proton.me";
};
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.
@@ -70,6 +71,12 @@
home.sessionVariables = {
EDITOR = "nvim";
};
services = {
dunst = {
enable = true;
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;