started configuring firefox
This commit is contained in:
parent
cd15174cd6
commit
dc4e826651
6 changed files with 79 additions and 10 deletions
|
|
@ -22,6 +22,7 @@
|
|||
pictures = "${config.home.homeDirectory}/media/img";
|
||||
videos = "${config.home.homeDirectory}/media/vid";
|
||||
documents = "${config.home.homeDirectory}/misc";
|
||||
templates = "${config.xdg.dataHome}/templates";
|
||||
};
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
|
@ -62,7 +63,6 @@
|
|||
khal
|
||||
khard
|
||||
taskopen
|
||||
gnome.gnome-sound-recorder
|
||||
okular
|
||||
xournalpp
|
||||
evolution
|
||||
|
|
@ -120,6 +120,7 @@
|
|||
./nvim
|
||||
./foot.nix
|
||||
./fish.nix
|
||||
./firefox.nix
|
||||
./calendars
|
||||
./mail
|
||||
./tex.nix
|
||||
|
|
@ -155,10 +156,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
dataLocation = "${config.xdg.dataHome}/taskwarrior/tasks";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue