This commit is contained in:
tristan 2024-10-24 10:45:14 +01:00
parent ca39b169c2
commit 825381f98b
7 changed files with 31 additions and 23 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./pcmanfm.nix
./mpv.nix
@ -34,7 +31,6 @@
bitwarden
];
xdg.mimeApps.defaultApplications = {
"application/pdf" = "sioyek.desktop";
};

View file

@ -1,9 +1,14 @@
{config, pkgs, lib, ...}: {
{
config,
pkgs,
lib,
...
}: {
programs.nixvim =
{
enable = true;
}
// ( import ../../../lib/nixvim.nix {inherit pkgs;} );
// (import ../../../lib/nixvim.nix {inherit pkgs;});
programs.vscode = {
extensions = [pkgs.vscode-extensions.asvetliakov.vscode-neovim];

View file

@ -41,7 +41,6 @@ in {
remoteWorkspaceFolder=$(echo $res | ${jq} -r '.remoteWorkspaceFolder')
docker exec -it --workdir=$remoteWorkspaceFolder $containerId bash
''))
];
home.sessionVariables = {