Added element to startup applications
This commit is contained in:
parent
849f229e36
commit
1829e0f63a
3 changed files with 22 additions and 5 deletions
8
home.nix
8
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue