Skip to content

Commit aa2f3d5

Browse files
committed
feat: configure nemo
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 0798d70 commit aa2f3d5

5 files changed

Lines changed: 45 additions & 25 deletions

File tree

flake.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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;

home/user/config.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let
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
};

home/user/programs/vscode.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@
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

home/user/theme.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
fonts.fontconfig.enable = true;
1111

12-
# for nemo file manager
1312
dconf = {
1413
enable = true;
1514
settings = {
@@ -41,5 +40,15 @@
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
}

0 commit comments

Comments
 (0)