Fiddle around with xdg and default_browser
This commit is contained in:
parent
aa0593232b
commit
15ac79b980
2 changed files with 13 additions and 10 deletions
|
@ -16,6 +16,15 @@ in
|
|||
modules/sway.nix
|
||||
];
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.name = "Adwaita";
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
# e.g. for 1password
|
||||
|
@ -89,6 +98,7 @@ in
|
|||
EDITOR = "vim";
|
||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
||||
PATH = "$PATH:/home/fleaz/bin:/home/fleaz/workspace/go/bin";
|
||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue