fs idk
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user