Added iamb and configuration and removed element from autostart
This commit is contained in:
parent
7cb5d55808
commit
1056f43d29
5 changed files with 23 additions and 22 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,6 +64,11 @@
|
|||
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