Define imv keys, switch to btop, put stateful data in per-system config
This commit is contained in:
parent
0d212ce643
commit
a589e07a6c
29 changed files with 121 additions and 114 deletions
11
modules/home/settings/gtk/bookmarks/default.nix
Normal file
11
modules/home/settings/gtk/bookmarks/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
gtk.gtk3.bookmarks = [
|
||||
"file:///home/${config.home.username}/Keepers"
|
||||
"file:///home/${config.home.username}/Downloads"
|
||||
"file:///home/${config.home.username}/Documents"
|
||||
"file:///home/${config.home.username}/Videos"
|
||||
"file:///home/${config.home.username}/Pictures/Screenshots"
|
||||
"file:///etc/nixos"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue