fix: use nixd
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
pkg-config
|
||||
openssl
|
||||
gnupg
|
||||
nixd
|
||||
];
|
||||
programs.nix-ld.enable = lib.mkDefault true;
|
||||
programs.zsh.enable = lib.mkDefault true;
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
wl-clip-persist
|
||||
wdisplays
|
||||
efibootmgr
|
||||
nixd
|
||||
xfce.thunar
|
||||
altserver-linux
|
||||
xdg-desktop-portal
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
tmux = import ./tmux.nix { inherit pkgs; };
|
||||
oh-my-posh = import ./omp.nix;
|
||||
eza = import ./eza.nix;
|
||||
mise = import ./mise.nix;
|
||||
};
|
||||
xdg.mimeApps = import ./mime.nix;
|
||||
|
||||
|
||||
4
nix/users/luca/mise.nix
Normal file
4
nix/users/luca/mise.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
}
|
||||
Reference in New Issue
Block a user