This commit is contained in:
2025-08-21 20:15:24 +01:00
parent d9ec914402
commit 195d2042ca
8 changed files with 82 additions and 71 deletions

View File

@@ -10,10 +10,10 @@
cliPackages = with pkgs; [
age
direnv
elixir_1_17
elixir
elixir-ls
entr
erlang_26
erlang
gnumake
go
gopls
@@ -47,7 +47,6 @@
_1password-cli
_1password-gui
calibre
deadbeef
discord
feh
fraunces
@@ -131,6 +130,7 @@ in {
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xdg-desktop-portal-gnome
];
xdgOpenUsePortal = true;
config = {
@@ -142,6 +142,10 @@ in {
};
};
services.udiskie = {
enable = true;
};
programs = {
# Let Home Manager install and manage itself.
home-manager.enable = true;
@@ -157,6 +161,7 @@ in {
git = {
enable = true;
lfs.enable = true;
package = pkgs.gitFull;
settings = {
user.name = "Daniel Patterson";