Removed iamb and added element to autostart
This commit is contained in:
parent
809a7aa251
commit
fe0f97b09d
5 changed files with 22 additions and 27 deletions
13
home.nix
13
home.nix
|
|
@ -45,10 +45,10 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
# home.file.".config/autostart" = {
|
||||
# source = ./startup;
|
||||
# recursive = true;
|
||||
# };
|
||||
home.file.".config/autostart" = {
|
||||
source = ./startup;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/mimeapps.list" = {
|
||||
source = ./mimeapps/mimeapps.list;
|
||||
|
|
@ -64,11 +64,6 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/iamb" = {
|
||||
source = ./iamb;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
firefox = {
|
||||
package = pkgs.librewolf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue