File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [Nemo Action]
2+ Name=Open Folder in VS Code
3+ Comment=Open the selected folder in Visual Studio Code
4+ Exec=code %P
5+ Icon-Name=code
6+ Selection=any
7+ Extensions=dir;
Original file line number Diff line number Diff line change 1111 ".config/hypr/hyprlock.conf" . source = "${ configDir } /hypr/hyprlock.conf" ;
1212 ".config/hypr/hyprpaper.conf" . source = "${ configDir } /hypr/hyprpaper.conf" ;
1313 ".config/hypr/macchiato.conf" . source = "${ configDir } /hypr/macchiato.conf" ;
14+ ".local/share/nemo" . source = "${ configDir } /nemo" ;
1415 ".config/rofi" . source = "${ configDir } /rofi" ;
1516 ".config/wallpapers" . source = "${ configDir } /wallpapers" ;
1617 } ;
Original file line number Diff line number Diff line change 3535 golang . go
3636 # rust
3737 rust-lang . rust-analyzer
38+ # llvm-vs-code-extensions.lldb-dap
39+ ms-vscode . hexeditor
3840 # python
3941 ms-python . python
4042 ms-python . debugpy
4143 ms-python . vscode-pylance
4244 charliermarsh . ruff
4345 # kubernetes
4446 ms-kubernetes-tools . vscode-kubernetes-tools
47+ ms-azuretools . vscode-containers
4548 # presentation with plain Markdown
4649 marp-team . marp-vscode
4750 # misc
Original file line number Diff line number Diff line change 99
1010 fonts . fontconfig . enable = true ;
1111
12- # for nemo file manager
1312 dconf = {
1413 enable = true ;
1514 settings = {
4140 name = "Sans" ;
4241 size = 12 ;
4342 } ;
43+
44+ gtk3 . bookmarks = [
45+ "file:///home/lortega/Desktop Desktop"
46+ "file:///home/lortega/Documents Documents"
47+ "file:///home/lortega/Downloads Downloads"
48+ "file:///home/lortega/Github Github"
49+ "file:///home/lortega/Music Music"
50+ "file:///home/lortega/Pictures Pictures"
51+ "file:///home/lortega/Videos Videos"
52+ ] ;
4453 } ;
4554}
You can’t perform that action at this time.
0 commit comments