dolphin basic

This commit is contained in:
2024-03-03 18:26:08 +01:00
parent 6f97bf82c1
commit fd31d1d355
6 changed files with 12 additions and 15 deletions

View File

@@ -24,10 +24,6 @@
- Netzwerk
- i3?
## Multiple Monitore
- einrichten
## Dateien
- Sortieren

View File

@@ -16,9 +16,9 @@
# system tools
lm_sensors
arandr
# extras
# openssh
# noch ned conf
#betterbird
#bitwarden
# dropbox

View File

@@ -1,6 +1,7 @@
{
imports = [
./alacritty
./dolphin
./neovim
./git.nix
./wallpaper.nix

View File

@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs;
[
dolphin
];
}

View File

@@ -30,10 +30,6 @@ return {
},
},
})
function OpenMarkdownPreview(url)
execute "silent ! firefox --new-window " . a:url
endfunction
let g:mkdp_browserfunc = 'OpenMarkdownPreview'
end,
},
}

View File

@@ -1,5 +0,0 @@
{ ... }:
{
programs.xrandr = { enable = true; };
}