dolphin basic
This commit is contained in:
@@ -24,10 +24,6 @@
|
|||||||
- Netzwerk
|
- Netzwerk
|
||||||
- i3?
|
- i3?
|
||||||
|
|
||||||
## Multiple Monitore
|
|
||||||
|
|
||||||
- einrichten
|
|
||||||
|
|
||||||
## Dateien
|
## Dateien
|
||||||
|
|
||||||
- Sortieren
|
- Sortieren
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
arandr
|
||||||
|
|
||||||
# extras
|
# noch ned conf
|
||||||
# openssh
|
|
||||||
#betterbird
|
#betterbird
|
||||||
#bitwarden
|
#bitwarden
|
||||||
# dropbox
|
# dropbox
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
|
./dolphin
|
||||||
./neovim
|
./neovim
|
||||||
./git.nix
|
./git.nix
|
||||||
./wallpaper.nix
|
./wallpaper.nix
|
||||||
|
|||||||
9
home/programs/dolphin/default.nix
Normal file
9
home/programs/dolphin/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs;
|
||||||
|
[
|
||||||
|
dolphin
|
||||||
|
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -30,10 +30,6 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
function OpenMarkdownPreview(url)
|
|
||||||
execute "silent ! firefox --new-window " . a:url
|
|
||||||
endfunction
|
|
||||||
let g:mkdp_browserfunc = 'OpenMarkdownPreview'
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.xrandr = { enable = true; };
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user