mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
f7d8dc349c
commit
eccae188a8
4 changed files with 25 additions and 1 deletions
|
|
@ -19,6 +19,8 @@
|
|||
./packages/fonts.nix
|
||||
./packages/stylix.nix
|
||||
|
||||
./programs/antidots.nix
|
||||
|
||||
# Shell
|
||||
./programs/shell/bash.nix
|
||||
./programs/shell/zsh.nix
|
||||
|
|
@ -122,4 +124,11 @@
|
|||
];
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
# File manager(nautilus) / file chooser bookmarks
|
||||
gtk.gtk3.bookmarks = [
|
||||
"file:///home/js0ny/Academia Academia"
|
||||
"file:///home/js0ny/Atelier Atelier"
|
||||
"file:///home/js0ny/Downloads Downloads"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue